Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
fix #108 generation of .zip for testing 1.8.99
Browse files Browse the repository at this point in the history
  • Loading branch information
vecna committed Nov 1, 2021
1 parent 1ea89f1 commit e83d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/pack-extension.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Manually removing 'localhost:9000' from the manifest.json"
# This is savage.

cp public/* ./dist
grep -v localhost ./dist/manifest.json | grep -v 127\.0 > ./dist/manifest.json
grep -v localhost ./public/manifest.json | grep -v 127\.0 > ./dist/manifest.json
cd ./dist
zip extension.zip *

0 comments on commit e83d526

Please sign in to comment.