You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched all issues/PRs to ensure it has not already been reported or fixed.
I have verified that I am using the latest version of Scoop and corresponding bucket.
Package Name
prismlauncher
Expected/Current Behaviour
On install, Prism Launcher persists some files, but not on uninstall. When reinstalling, the files found in persist/ are linked, but since they were not persisted on uninstall (as far as I can tell), the linked files are outdated. In particular accounts.json, prismlauncher.cfg, metacache.
After making an edit like changing where the program downloads files too, the hardlink is overwritten as a normal unlinked file.
Folders aren't affected I presume, so issue is only with the mentioned files.
Steps to Reproduce
- `scoop install prismlauncher`- Run Prism Launcher and go to Settings > Launcher > Change downloads path for the sake of an edit. Quit.- `scoop uninstall prismlauncher`- `scoop install prismlauncher`, run, and notice downloads path has reset.
Possible Solution
Not sure.
Scoop and Buckets Version
Current Scoop version:v0.3.1 - Released at 2022-11-15'games' bucket:0dc0faa1 (HEAD -> master, origin/master, origin/HEAD) rpcs3: Update to version 0.0.29-15783
This also happens with the accounts.json file. They are hard links when the package is initially installed then converted to normal files after that happens. The 0 byte files in the persist folder remain as such while the ones in the app folder increase as expected.
Prerequisites
Package Name
prismlauncher
Expected/Current Behaviour
On install, Prism Launcher persists some files, but not on uninstall. When reinstalling, the files found in persist/ are linked, but since they were not persisted on uninstall (as far as I can tell), the linked files are outdated. In particular accounts.json, prismlauncher.cfg, metacache.
E.g., hardlinks for prismlauncher.cfg:
After making an edit like changing where the program downloads files too, the hardlink is overwritten as a normal unlinked file.
Folders aren't affected I presume, so issue is only with the mentioned files.
Steps to Reproduce
Possible Solution
Not sure.
Scoop and Buckets Version
The text was updated successfully, but these errors were encountered: