melvinquick/scramble-generator

Install path incorrect

melvinquick opened this issue · 1 comments

Install path incorrect. Didn't use generic username variables when using Inno Setup to create the setup.exe asset. Need to generalize it so that it isn't always looking for my personal user account for install path.

Fixed the Inno Setup Script to make the install path the user's %localappdata% directory. The app now installs to only the user by default, and the install location doesn't require elevated permissions.