Skip to content

Commit

Permalink
fix: change file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Oct 11, 2023
1 parent ce1b7da commit 7698c97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cd dist/production
cd firefox
# Normalize timestamp to get reproducible zip file
find . -exec touch -t 200810310000 {} +
chmod 644 -R *

# Create zip file
zip -rX ../alby-firefox-v$VERSION.xpi *
Expand All @@ -52,6 +53,7 @@ echo "Created alby-firefox-v$VERSION.xpi (SHA512: $SHA)"
cd ../chrome
# Normalize timestamp to get reproducible zip file
find . -exec touch -t 200810310000 {} +
chmod 644 -R *

# Create zip file
zip -rX ../alby-chrome-v$VERSION.zip *
Expand All @@ -62,6 +64,7 @@ echo "Created alby-chrome-v$VERSION.zip (SHA512: $SHA)"
cd ../opera
# Normalize timestamp to get reproducible zip file
find . -exec touch -t 200810310000 {} +
chmod 644 -R *

# Create zip file
zip -rX ../alby-opera-v$VERSION.crx *
Expand Down

0 comments on commit 7698c97

Please sign in to comment.