Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
Signed-off-by: Anvay Mathur <contact@anvaymathur.com>
  • Loading branch information
megagames-me committed Jan 12, 2025
1 parent 09f07b3 commit 42b036f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions generate_zips.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
npm run build:prod:firefox;
cd dist; zip -r -FS ../dist_firefox.zip * --exclude '*.git*'; cd ..;
npm run build:prod:chrome;
zip -r -FS dist_chrome.zip dist/* --exclude '*.git*';
1 change: 0 additions & 1 deletion zip_for_firefox.sh

This file was deleted.

0 comments on commit 42b036f

Please sign in to comment.