Skip to content

Commit

Permalink
update linux builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Oolonk committed Jun 21, 2022
1 parent 208adc3 commit 02a12fa
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,34 @@
"debug": "electron . --debug=true --port=8000",
"package-win": "electron-packager . piio --ignore=\"(settings.db|windowConf.db)\" --out=release-builds --prune=true --overwrite --platform=win32 --arch=x64",
"package-win-asar": "electron-packager . piio --out=release-builds --prune=true --overwrite --asar --platform=win32 --arch=x64",
"make-linux": "electron-builder build --linux AppImage",
"make-linux": "electron-builder build --linux",
"create-installer-win": "node installers/windows/createinstaller.js",
"build": "npm run package-win && npm run create-installer-win",
"build-asar": "npm run package-win-asar && npm run create-installer-win"
},
"keywords": [
"piio"
],
"author": "Philipp Buerkner",
"author": {
"name" : "Jonas Hartmer",
"email" : "[email protected]"
},
"license": "UNLICENSED",

"build": {
"linux": {
"target": [
{
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
}
],
"category": "Office",
"description": "Production Interface IO"
},
"appId": "de.piio",
"productName": "piio",
"target": "AppImage",
Expand Down

0 comments on commit 02a12fa

Please sign in to comment.