You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diskort/makeext.sh

6 lines
224 B
Bash

#!/bin/sh
zip -r diskort.xpi js/ ext.png manifest.json license
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"