Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c81a707

Browse files
committed
Use current electron-builder wine docker image
1 parent de05a76 commit c81a707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/script/build_app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
-v ${PWD##*/}-node-modules:/project/node_modules \
2929
-v ~/.cache/electron:/root/.cache/electron \
3030
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
31-
electronuserland/builder:wine-05.18 \
31+
electronuserland/builder:wine \
3232
/bin/bash -c "chown -R root:root /project && npm i && npm run electron-pack -- --win -c.npmArgs=--target-libc=unknown && npm run electron-pack -- --linux"
3333
sudo chown -R travis:travis ./
3434
rm env.txt

0 commit comments

Comments
 (0)