Skip to content

Commit

Permalink
Merge pull request #659 from cozy-labs/packaging-fixes
Browse files Browse the repository at this point in the history
Packaging fixes
  • Loading branch information
nono authored Apr 24, 2017
2 parents 6af7441 + 5948d35 commit 4624442
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "AGPL-3.0",
"build": {
"appId": "io.cozy.desktop",
"productName": "Cozy Desktop",
"linux": {
"target": [
"deb"
Expand Down Expand Up @@ -37,7 +38,8 @@
"dist": "npm run _dist",
"_dist": "build --x64 --ia32",
"lint": "standard --verbose app/main.js app/ports.js",
"pack": "build --dir",
"pack": "npm run _pack",
"_pack": "build --dir",
"postinstall": "npm run postinstall:electron && npm run postinstall:elm",
"postinstall:electron": "install-app-deps",
"postinstall:elm": "elm-package install -y",
Expand Down

0 comments on commit 4624442

Please sign in to comment.