File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454
5555 ** For Firefox (Gecko):**
5656
57- - after you have built the extension run the following:
57+ - after you have built the extension, run the following:
58+ - on Linux/Mac OS
5859 ` ` `
5960 cd dist/firefox
6061 zip -r extension.zip *
6162 mv extension.zip extension.xpi
6263 ` ` `
64+ - Windows (PowerShell):
65+ ` ` `
66+ cd dist/firefox
67+ Compress-Archive -Path * -DestinationPath extension.zip -Force
68+ Rename-Item extension.zip extension.xpi -Force
69+ ` ` `
6370 - Navigate to ` about:config` in Firefox and set xpinstall.signatures.required = false.
64- - go to extensions & themes from right hand side hamburger menu
71+ - go to extensions & themes from the right- hand side hamburger menu
6572 - Click on settings under manage your extensions
6673 - Click " Load Temporary Add-on..." .
6774 - Select the ` extension.xpi` file inside the ` dist/firefox` folder.
You can’t perform that action at this time.
0 commit comments