Skip to content

Commit

Permalink
Add potential fix for Electron issue
Browse files Browse the repository at this point in the history
  • Loading branch information
julianfairfax committed Jan 9, 2025
1 parent 8176a8e commit 3ad0799
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ podman exec -it --env="PATH=/opt/node/bin:$PATH" -w /Signal-Desktop signal-deskt
podman exec -it --env="PATH=/opt/node/bin:$PATH" -w /Signal-Desktop signal-desktop-"$VERSION" sed -i -e 's/ "deb"/ "dir"/' package.json
# The mock tests are broken on custom arm builds
podman exec -it --env="PATH=/opt/node/bin:$PATH" -w /Signal-Desktop signal-desktop-"$VERSION" sed -r '/mock/d' -i package.json
# https://github.com/signalapp/Signal-Desktop/issues/7086 added 7.34 2024-11-24
podman exec -it --env="PATH=/opt/node/bin:$PATH" -w /Signal-Desktop signal-desktop-"$VERSION" sed -e 's,"electron": ".*","electron": "31.3.1",' -i package.json
# Dry run
podman exec -it --env="PATH=/opt/node/bin:$PATH" -w /Signal-Desktop signal-desktop-"$VERSION" npm install --non-interactive
podman exec -it --env="PATH=/opt/node/bin:$PATH"
Expand Down

0 comments on commit 3ad0799

Please sign in to comment.