Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Jul 2, 2022
1 parent 39841f2 commit dee4a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/chrome
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdir tmp && cp *.* tmp && cp chrome/manifest.json tmp/manifest.json && cd tmp && zip -r ../chrome.zip * && cd .. && rm -rf tmp
1 change: 1 addition & 0 deletions scripts/firefox
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdir tmp && cp *.* tmp && cp firefox/manifest.json tmp/manifest.json && cd tmp && zip -r ../firefox.zip * && cd .. && rm -rf tmp

0 comments on commit dee4a48

Please sign in to comment.