diff options
author | Oxbian <oxbian@mailbox.org> | 2024-10-27 16:37:06 -0400 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2024-10-27 16:37:06 -0400 |
commit | a999a7ca038ecd9ae64bc8f50bb35bf4850a20b1 (patch) | |
tree | 31f721aa002cdb9f0c18e0b427f83dee41f3113c | |
parent | a99cfb5a73a06f5b8afbb976fcad19ffaaae35cf (diff) | |
download | discord-no-nitro-emoji-a999a7ca038ecd9ae64bc8f50bb35bf4850a20b1.tar.gz discord-no-nitro-emoji-a999a7ca038ecd9ae64bc8f50bb35bf4850a20b1.zip |
fix: typo and github package -> release
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ The addons can be installed from the page `about:debugging#/runtime/this-firefox`, then click on the button `Load Temporary Add-On`, and choose the discord-no-nitro-emoji zip file. -The zip file can be obtained from github packages or by packaging the extensions +The zip file can be obtained from github releases or by packaging the extensions directly from the source code. ## Packaging @@ -27,7 +27,7 @@ For packaging the project, use this command: ```bash export VERSION=1.2 -zip -r -FS ../discord-no-nitro-emoji-$VERSION.zip icons/ manifest.json main.jsA +zip -r -FS ../discord-no-nitro-emoji-$VERSION.zip icons/ manifest.json main.js ``` ## Version |