Skip to content

Commit

Permalink
fix: artifact name on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Sep 28, 2018
1 parent bc7db72 commit eeb5404
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 125 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"nsis": {
"createDesktopShortcut": "always",
"installerIcon": "icon.ico"
"installerIcon": "icon.ico",
"artifactName": "AngularConsole-Setup-${version}.${ext}"
},
"afterPack": "./tools/scripts/after-pack.js",
"publish": [
Expand Down Expand Up @@ -99,11 +100,11 @@
"cypress": "3.0.3",
"drivelist": "6.3.0",
"electron": "2.0.8",
"electron-builder": "20.19.2",
"electron-builder": "20.28.4",
"electron-installer-dmg": "^1.0.0",
"electron-packager": "12.1.0",
"electron-store": "2.0.0",
"electron-updater": "^2.21.4",
"electron-updater": "^3.0.3",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"fix-path": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ngrx/schematics": "6.1.0",
"@nrwl/schematics": "6.2.1",
"drivelist": "6.3.0",
"electron-updater": "^2.21.4",
"electron-updater": "^3.0.3",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"fix-path": "2.1.0",
Expand Down
Loading

0 comments on commit eeb5404

Please sign in to comment.