Skip to content

Commit

Permalink
Remove dev versions of libzim binaries in packaging script #953 (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid authored Jan 4, 2023
1 parent b6826b8 commit 4786737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/create_all_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ fi
mkdir -p tmp
rm -rf tmp/*
cp -r www webextension manifest.json manifest.webapp LICENSE-GPLv3.txt service-worker.js README.md tmp/
# Remove unwanted files
rm -f tmp/www/js/lib/libzim-*dev.*

# Replace the version number everywhere
# But Chrome would only accept a numeric version number : if it's not, we only use the prefix in manifest.json
Expand Down

0 comments on commit 4786737

Please sign in to comment.