I have a basic tauri app with nuxt that i'd like to publish on steam (this is my first time). I have already created the store page assets but would like clarification on the installation process I should use for steam. Windows builds provide the msi and setup exe files, which are not standalone executables; how should i configure the launch options if i don't know where the final executable will be placed after setup?
#Upload Tauri app to Steam
7 messages · Page 1 of 1 (latest)
wouldn't it be easier to not use the installers but just the exe?
you'd have to find steam "native" alternatives to tauri's resource and sidecar features if you use them. And the notification api will be broken, but all other currently avail features should work.
of course you'd distribute webview2 differently but steam can do that just fine too (i think if you use discord's search you'll find one or two discussion about this)
my app is fairly basic and doesn't use many of those features but i will definitely take a look
i know in steam u can include vcredist but other than that the only other thing i'd need to include is webview2 right?