1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00
Rare/rare
Stelios Tsampas d5d795ce79 Paths: Query paths after the OrganizationName and ApplicationName have been set
At the point they were evaluated, `OrganizationName` and `ApplicationName` are unset
resulting in wrong paths. As a quick fix, explicitly set them to their later values
Per OS examples:
Windows:
	before:
		data: C:\Users\<user>\AppData\Local
		cache: C:\Users\<user>\AppData\Local\cache
	after:
		data: C:\Users\<user>\AppData\Local\Rare\Rare
		cache: C:\Users\<user>\AppData\Local\Rare\Rare\cache
2022-09-08 01:27:37 +03:00
..
components Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
game_launch_helper Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
lgndr Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
models Lgndr: Adjust for d8af06c936 2022-09-01 11:49:42 +03:00
resources Update translation_source.ts 2022-08-28 22:07:39 +02:00
shared Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
ui ImportLogin: Fix failure to login using EGL data 2022-09-01 22:49:09 +03:00
utils Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
widgets Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
__init__.py Bump version 2022-09-05 22:55:50 +02:00
__main__.py Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
app.py Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00