Skip to content

Commit

Permalink
Whoops, forgot to include in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jul 12, 2024
1 parent 1e03f58 commit cf40abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_all_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
# Copy only the necessary files in a temporary directory
mkdir -p tmp
rm -rf tmp/*
cp -r www i18n manifest.json manifest.webapp LICENSE-GPLv3.txt service-worker.js README.md tmp/
cp -r www i18n _locales manifest.json manifest.webapp LICENSE-GPLv3.txt service-worker.js README.md tmp/
# Remove unwanted files (this line should not be necessary if building from dist/)
rm -f tmp/www/js/lib/libzim-*dev.*

Expand Down

0 comments on commit cf40abb

Please sign in to comment.