1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Rare/rare/lgndr
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
..
__init__.py Lgndr: Create argument models for consistent function arguments and cleaner implementation. 2022-08-02 10:42:38 +03:00
api_arguments.py Lgndr: Adjust for d8af06c936 2022-09-01 11:49:42 +03:00
api_exception.py Lgndr: Add re-implemented uinstall_game 2022-08-02 10:42:38 +03:00
api_monkeys.py Update DownloadThread 2022-08-03 02:33:50 +03:00
cli.py Paths: Query paths after the OrganizationName and ApplicationName have been set 2022-09-08 01:27:37 +03:00
core.py Ignore some pylint errors 2022-08-30 01:33:08 +02:00
downloading.py Update DownloadThread 2022-08-03 02:33:50 +03:00
manager.py Lgndr: Transfer what DownloadThread does to install_game_real (not used yet) 2022-08-12 13:17:53 +03:00