Skip to content

Commit 75040fb

Browse files
committed
fix: electron build in actions fails as its trying to resolve app updaters
1 parent c527ad0 commit 75040fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"main": "main.js",
1010
"scripts": {
1111
"clean:appimage": "shx rm -rf dist/*.AppImage",
12-
"build:appimage": "npm run clean:appimage && electron-builder --linux AppImage && node renameBin.js",
13-
"build:appimageForTest": "npm run clean:appimage && electron-builder --linux AppImage && shx mv dist/*.AppImage dist/phoenix-test-runner.appimage"
12+
"build:appimage": "npm run clean:appimage && electron-builder --linux AppImage --publish never && node renameBin.js",
13+
"build:appimageForTest": "npm run clean:appimage && electron-builder --linux AppImage --publish never && shx mv dist/*.AppImage dist/phoenix-test-runner.appimage"
1414
},
1515
"dependencies": {
1616
"keytar": "^7.9.0"

0 commit comments

Comments
 (0)