Skip to content

scratchaddons-community/make-xpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

make-xpi

Automatically create an unsigned XPI file for ScratchAddons which you can import into Firefox. Note that because the extension is unsigned, you cannot use the extension in the official releases of Firefox or Firefox Beta. Instead, use Firefox Developer Edition or Nightly or use an unbranded build or 3rd party version of Firefox. You will also need to set xpinstall.signatures.required to false in about:config.

Use

You will need git installed. On Windows, 7-Zip is also required.

Run

git clone https://github.com/scratchaddons-community/make-xpi.git

or download the repository as a ZIP.

On Linux or MacOS:

sh makeXpi.sh

On Windows, run the makeXpiWindows.bat file from File Explorer. If your 7z.exe file is located anywhere other than C:\Program Files\7-Zip\7z.exe, then run the from Command Prompt with the /P flag:

makeXpiWindows.bat /P

Then input the path to your 7z.exe.

About

Create an unsigned XPI file for ScratchAddons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published