drwhut / tabletop-club

An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
MIT License
1.24k stars 49 forks source link

Installer for windows #297

Open superusercode opened 1 year ago

superusercode commented 1 year ago

Is your feature request related to a problem? Please describe. An installer would allow adding tabletop club to windows package managers like winget, THe portable package cannot be added as-is since winget is not capable of making shortcuts for portable apps yet.

Describe the solution you'd like Installer made with something like inno setup (see https://github.com/Calinou/escape-space/blob/master/misc/escape-space.iss for an example of a godot game using inno setup for a windows installer)

Describe alternatives you've considered Nullsoft is also popular, though I don't know any examples

drwhut commented 1 year ago

Interesting, will give this a look at some point! Hopefully I can test this properly with a VM...