lazerwalker / twine-app-builder

Automatically generate Windows and macOS versions of your Twine games, for free!
MIT License
251 stars 44 forks source link

Suggestion: Add option to change default description and version #28

Closed npckc closed 3 years ago

npckc commented 3 years ago

Hello, sorry if this is not the right way to suggest a feature. (I'm not very familiar with Github.)

I wanted to suggest adding an option to let users change the default description and version. Right now, the description text defaults to "My Electron application description" and the version number defaults to "1.0.0", but having the option to change this could be useful.

lazerwalker commented 3 years ago

Awesome, thanks for this!

The project was supposed to pull in the version number from GitHub (by default, each new build increases the version number by 1) but that does seem to be broken.

I'm merging this in as-is for now, since it's better than what we have. I'm not sure the version number always being the auto-incrementing one is the right choice, so I'll want to think about the best way to support both.

Thanks again!