Pat Hartl
|
c3a5edbe46
|
Update SharpCompress to latest version and rework cancellation
|
2023-11-28 21:20:07 -06:00 |
Pat Hartl
|
70674f900e
|
Fix invalid manifests on disk throwing parsing errors when installing game
Fixes #38
|
2023-11-20 18:20:34 -06:00 |
Pat Hartl
|
39dd24e0ba
|
Don't run through download if game already exists on disk
|
2023-11-17 11:48:45 -06:00 |
Pat Hartl
|
03828bea60
|
Remove unused code from uninstall
|
2023-11-16 00:46:42 -06:00 |
Pat Hartl
|
97f459eaff
|
Move uninstall script execution to Playnite addon
|
2023-11-15 23:58:55 -06:00 |
Pat Hartl
|
bf2c9ea45a
|
Move script path helpers to ScriptHelper. Execute post-install scripts in Playnite extension.
|
2023-11-15 23:42:54 -06:00 |
Pat Hartl
|
5fb4fadfb4
|
Fix default install directory when logger is provided
|
2023-11-12 02:10:04 -06:00 |
Pat Hartl
|
1ede37c031
|
Simplify game install cancellation. Cancels now happen silently and don't generate a dialog.
|
2023-11-12 01:04:05 -06:00 |
Pat Hartl
|
b77e7f6e53
|
Pass in default install directory to managers
|
2023-11-10 21:36:35 -06:00 |
Pat Hartl
|
20de9d6cae
|
Allow injection of loggers
|
2023-11-10 20:53:48 -06:00 |
Pat Hartl
|
5237e88612
|
Null handling for logger
|
2023-11-10 20:53:28 -06:00 |
Pat Hartl
|
39f2d4b212
|
Move methods that should be static to ManifestHelper and ScriptHelper. Move install logic to GameManager and RedistributableManager. Update InstallController and UninstallController
|
2023-11-10 00:29:16 -06:00 |