Skip to content

Commit

Permalink
Merge pull request #222 from develar/208
Browse files Browse the repository at this point in the history
fix: Getting "no such file or directory, rename ..." #208
  • Loading branch information
develar committed Mar 8, 2016
2 parents 8603bb4 + 1b6012e commit 26d6ddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"bluebird": "^3.3.4",
"command-line-args": "^2.1.6",
"electron-packager-tf": "^5.2.3",
"electron-winstaller-temp-fork": "^2.0.5-beta.3",
"electron-winstaller-fixed": "^2.0.5-beta.4",
"fs-extra": "^0.26.5",
"fs-extra-p": "^0.1.0",
"gm": "^1.21.1",
Expand Down Expand Up @@ -111,5 +111,8 @@
"ghooks": {
"commit-msg": "validate-commit-msg"
}
},
"publishConfig": {
"tag": "next"
}
}
2 changes: 1 addition & 1 deletion src/winPackager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class WinPackager extends PlatformPackager<any> {
}

try {
await require("electron-winstaller-temp-fork").createWindowsInstaller(options)
await require("electron-winstaller-fixed").createWindowsInstaller(options)
}
catch (e) {
if (!e.message.includes("Unable to set icon")) {
Expand Down

0 comments on commit 26d6ddc

Please sign in to comment.