Skip to content

Commit

Permalink
Add different Linux targets. Choices are many.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Aug 21, 2020
1 parent 724dd98 commit 7e575af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ pipeline
{
script
{
sh 'cp -f apack.info.dist ./dist/linux-unpacked/apack.info'
zip archive: true, dir: './dist/linux-unpacked', glob: '', zipFile: 'zap-linux-x64.zip'
// archiveArtifacts artifacts:'generated-html/**', fingerprint: true
archiveArtifacts artifacts:'dist/zap*', fingerprint: true
}
}
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"capacitorId": "",
"author": "Timotej Ecimovic <[email protected]>",
"private": true,
"homepage": "https://github.com/project-chip/zap",
"main": "src-electron/main-process/electron-main.js",
"scripts": {
"lic": "node src-script/license-check.js --production",
Expand Down Expand Up @@ -118,6 +119,15 @@
"mac": {
"category": "public.app-category.developer-tools"
},
"linux": {
"target": [
"snap",
"AppImage",
"deb",
"rpm",
"tar.xz"
]
},
"directories": {
"buildResources": "resource-build",
"output": "dist"
Expand Down

0 comments on commit 7e575af

Please sign in to comment.