-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Cleanup Command deletes all Floorp data #12958
Comments
Hello, That happens because the manifest has been reused from Firefox and all its forks, but the portable version in this case Line 14 in 8f7ba90
Unlike other Firefox forks, this portable version of Floorp creates a whole directory tree simulating the appdata. Therefore, the persist folder doesn't match with the application data. I dont recommend make a script in the manifest to create and persist this entire directory tree. Instead, download the installer version from https://github.com/Floorp-Projects/Floorp/releases/download/v11.14.1/floorp-win64.installer.exe, extract it like a zip and get the 'core' folder. This way, easier to maintain, the script for this 'Firefox' will be the same as for the other 'Firefox' versions, with that, this actual note make sense:
Currently even the "scoop" profile was not created. |
The Scoop version of Floorp saves the persistent profile path in However, Scoop sees the Solution:
|
Prerequisites
Package Name
Floorp
Expected/Current Behaviour
I'm trying to run
scoop cleanup *
to delete previous installations of my packages. However, this command deletes theProfiles
folder of myFloorp
installation instead, which is not what im expecting.Steps to Reproduce
Possible Solution
not deleting the profiles folder.
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
Floorp
The text was updated successfully, but these errors were encountered: