Skip to content
Snippets Groups Projects
Commit 5dbeccee authored by mathias.chouet's avatar mathias.chouet
Browse files

electron: use .zip format for MacOS release

parent eaad8cd1
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ deb:
maintainer: irstea
mac:
target: tar.gz
target: zip
win:
target:
......
......@@ -23,9 +23,9 @@
"copy-electron-icon-windows": "copy \"src\\android-chrome-512x512.png\" \"electron\\icon.png\" /Y",
"electron": "npm run update-dist-index-mimetypes && \"node_modules/.bin/electron\" .",
"release-linux": "npm run build && npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\"",
"release-mac": "npm run build && npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder --mac tar.gz\"",
"release-mac": "npm run build && npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\" --mac",
"release-windows": "node scripts/clean_release.js && npm run build && npm run update-dist-index-mimetypes && npm run copy-electron-icon-windows && \"node_modules/.bin/electron-builder\"",
"release-all": "npm run build && npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\" && \"node_modules/.bin/electron-builder\" --mac tar.gz && \"node_modules/.bin/electron-builder\" --win && npm run release-android",
"release-all": "npm run build && npm run update-dist-index-mimetypes && \"node_modules/.bin/electron-builder\" && \"node_modules/.bin/electron-builder\" --mac && \"node_modules/.bin/electron-builder\" --win && npm run release-android",
"compodoc": "node \"node_modules/@compodoc/compodoc/bin/index-cli.js\" -p src/tsconfig.app.json -s --language fr-FR -d compodoc-fr",
"viz": "tsviz -recursive src/ nghyd_class_diagram.png"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment