Skip to content

Fix Sqlite error

Latest
Compare
Choose a tag to compare
@S0KPiseth S0KPiseth released this 23 Jul 18:55
· 7 commits to main since this release
0b16b72

Bug:

In the previous version, there was an error (sqlite3.OperationalError: attempt to write a read-only database) when opening the application. This error is caused by the app trying to modify the database file, but unfortunately, the database file is set to read only because "On Windows, anything inside the Program Files folder is meant to be read-only during normal use." reference. Therefore, on this update, the application database file will move to the local file directory of the user window instead.

Full Changelog: v1.0...v1.1.1