-
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
*mozilla: Allow appending of Additional items #8017
Conversation
All changes look good. Wait for review from human collaborators. firefox-esr
firefox
seamonkey
thunderbird
waterfox-classic
waterfox
|
@Sei-lus try and feedback. |
@HUMORCE will give feedback as soon as I can. |
Ok, as good a time as ever, was waiting for the pull request to be added. Testing now. |
The addition folder had to be manually added. I would recommend to add documentation by default at persist. i.e: Persist for firefox generates distribution and profile folders. I would recommend putting a .txt file indicating the usage of "addition" and adding "addition" folder by default to hint the users. Will have to wait firefox to go to 98 to see if it is working but I set it up. |
people who want to modding these apps can find the sugar. 🥶 |
USAGE:
Create a directory named addition in app's persist directory (e.g. ~\scoop\persist\firefox\addition), and put files/configs/etc. into the directory.
Items of addition directory will be copied to app root directory by install script every install/update.
Any items that overwrite the original files are NOT RECOMMENDED.
see also: https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig
Closes #8016