HorizonLauncher / Client

Horizon Launcher client repository.
http://launchhorizon.com
MIT License
104 stars 10 forks source link

SetupWizard opens on every Startup #66

Closed BurrrY closed 8 years ago

BurrrY commented 8 years ago

Database.cpp#L14 and Library.cpp#L10 Both opens the Database in "C:/Users/mail/AppData/Local/horizon.db"

But Main.cpp#L49 checks for the File in "C:/Users/mail/AppData/Local/HorizonLauncher/horizon.db".

Since it doesn't exists there it will Start SetupWizard every time. This on Win10 x64.