Skip to content

Commit

Permalink
fix(nsis): revert NSIS to 3.0.1 since 3.0.2 leads to crash on Windows 10
Browse files Browse the repository at this point in the history
Close #2134
  • Loading branch information
develar committed Sep 30, 2017
1 parent 83384fc commit 1677629
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"7zip-bin": "^2.2.4",
"archiver": "^2.0.3",
"async-exit-hook": "^2.0.1",
"aws-sdk": "^2.124.0",
"aws-sdk": "^2.125.0",
"bluebird-lst": "^1.0.3",
"chalk": "^2.1.0",
"chromium-pickle-js": "^0.2.0",
Expand Down Expand Up @@ -104,10 +104,10 @@
"gitbook-plugin-github-buttons": "^2.1.0",
"globby": "^6.1.0",
"jest-cli": "^21.2.1",
"jest-junit": "^3.0.0",
"jest-junit": "^3.1.0",
"jsdoc-to-markdown": "^3.0.0",
"path-sort": "^0.1.0",
"serve-static": "^1.13.0",
"serve-static": "^1.13.1",
"ts-babel": "^4.1.5",
"ts-jsdoc": "^2.0.6",
"tslint": "^5.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder/src/targets/nsis/nsisUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getBinFromGithub } from "builder-util/out/binDownload"
export const nsisTemplatesDir = getTemplatePath("nsis")

// noinspection SpellCheckingInspection
export const NSIS_PATH = new Lazy(() => getBinFromGithub("nsis", "3.0.2.1", "8t2wbvCUHxHGU9YMGGvb0VulCszBGXoCtKJZWZEcIB1lyM+bH2awYnZFnlwfr9VWQHzi7xM3CN25X6fZjDItFA=="))
export const NSIS_PATH = new Lazy(() => getBinFromGithub("nsis", "3.0.1.13", "2921dd404ce9b69679088a6f1409a56dd360da2077fe1019573c0712c9edf057"))

export class AppPackageHelper {
private readonly archToFileInfo = new Map<Arch, Promise<PackageFileInfo>>()
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-publisher-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"dependencies": {
"fs-extra-p": "^4.4.2",
"aws-sdk": "^2.124.0",
"aws-sdk": "^2.125.0",
"mime": "^2.0.3",
"electron-publish": "~0.0.0-semantic-release",
"builder-util": "^0.0.0-semantic-release",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,9 @@ asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

aws-sdk@^2.124.0:
version "2.124.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.124.0.tgz#52352b543723a2ab86d0fbd1a0cbe3e1cc16d7d2"
aws-sdk@^2.125.0:
version "2.125.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.125.0.tgz#c0c3131b57eef4a051c7266cc3b47a704e7e36ab"
dependencies:
buffer "4.9.1"
crypto-browserify "1.0.9"
Expand Down Expand Up @@ -2722,9 +2722,9 @@ jest-jasmine2@^21.2.1:
jest-snapshot "^21.2.1"
p-cancelable "^0.3.0"

jest-junit@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-3.0.0.tgz#2148cc0f844d53f1712ad72d18b4ddff22b93ecc"
jest-junit@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-3.1.0.tgz#3bd0b7a8bfd5b91f86376d44ff0f4c7f136f4287"
dependencies:
mkdirp "^0.5.1"
strip-ansi "^4.0.0"
Expand Down Expand Up @@ -4250,9 +4250,9 @@ [email protected]:
range-parser "~1.2.0"
statuses "~1.3.1"

[email protected].0:
version "0.16.0"
resolved "https://registry.yarnpkg.com/send/-/send-0.16.0.tgz#16338dbb9a2ede4ad57b48420ec3b82d8e80a57b"
[email protected].1:
version "0.16.1"
resolved "https://registry.yarnpkg.com/send/-/send-0.16.1.tgz#a70e1ca21d1382c11d0d9f6231deb281080d7ab3"
dependencies:
debug "2.6.9"
depd "~1.1.1"
Expand All @@ -4268,14 +4268,14 @@ [email protected]:
range-parser "~1.2.0"
statuses "~1.3.1"

serve-static@^1.13.0:
version "1.13.0"
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.0.tgz#810c91db800e94ba287eae6b4e06caab9fdc16f1"
serve-static@^1.13.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.1.tgz#4c57d53404a761d8f2e7c1e8a18a47dbf278a719"
dependencies:
encodeurl "~1.0.1"
escape-html "~1.0.3"
parseurl "~1.3.2"
send "0.16.0"
send "0.16.1"

set-blocking@^2.0.0, set-blocking@~2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 1677629

Please sign in to comment.