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

Commit

Permalink
Update electron to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Nov 28, 2023
1 parent acfd785 commit fc49551
Show file tree
Hide file tree
Showing 4 changed files with 940 additions and 4,666 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 fc49551

Please sign in to comment.