diskort/makeext.sh

6 lines
224 B
Bash
Raw Normal View History

2022-03-20 09:13:20 +00:00
#!/bin/sh
zip -r diskort.xpi js/ ext.png manifest.json license
2022-03-20 09:13:20 +00:00
echo "goto about:config and set xpinstall.signatures.required to false"
echo "then goto about:addons -> settings icon below search -> install add-on from file"