Skip to content

Commit

Permalink
Fix up build script for src directory [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Dec 7, 2024
1 parent e27803a commit 5f376ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ set -euo pipefail

FILES="manifest.json yugioh-card.js ygoprodeck.js COPYING NOTICE icon"

mv ../COPYING ../NOTICE .

zip -r storm-access.zip $FILES

sed -i 's/"manifest_version": 2,/"manifest_version": 3,/' manifest.json
zip -r storm-access-chrome.zip $FILES
sed -i 's/"manifest_version": 3,/"manifest_version": 2,/' manifest.json

mv COPYING NOTICE ..

0 comments on commit 5f376ad

Please sign in to comment.