We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c527ad0 commit 75040fbCopy full SHA for 75040fb
1 file changed
src-electron/package.json
@@ -9,8 +9,8 @@
9
"main": "main.js",
10
"scripts": {
11
"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"
+ "build:appimage": "npm run clean:appimage && electron-builder --linux AppImage --publish never && node renameBin.js",
+ "build:appimageForTest": "npm run clean:appimage && electron-builder --linux AppImage --publish never && shx mv dist/*.AppImage dist/phoenix-test-runner.appimage"
14
},
15
"dependencies": {
16
"keytar": "^7.9.0"
0 commit comments