Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #497 from safing/feature/update-electron-and-notifier
Browse files Browse the repository at this point in the history
Update electron and notifier
  • Loading branch information
dhaavi authored Nov 28, 2023
2 parents acfd785 + 23c7877 commit 04b7ffb
Show file tree
Hide file tree
Showing 11 changed files with 1,016 additions and 4,987 deletions.
8 changes: 7 additions & 1 deletion app-electron/pack-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ docker run --rm -ti \
-v ${PWD}/build-cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine "$@"

# run inside container: npm run pack
# 1. run inside container:
# npm run pack

# 2. fix permissions afterwards:
# sudo find dist -type f -exec chmod 0644 {} +
# sudo find dist -type d -exec chmod 0755 {} +
# sudo find dist -exec chown $(whoami) {} +
Loading

0 comments on commit 04b7ffb

Please sign in to comment.