diff --git a/docs/Auto Update.md b/docs/Auto Update.md index 2b4aed9cc75..3eb02bd725a 100644 --- a/docs/Auto Update.md +++ b/docs/Auto Update.md @@ -1,6 +1,6 @@ See the [Publishing Artifacts](https://github.com/electron-userland/electron-builder/wiki/Publishing-Artifacts) section of the [Wiki](https://github.com/electron-userland/electron-builder/wiki) for more information on how to configure your CI environment for automated deployments. -Real project [example](https://github.com/develar/onshape-desktop-shell/blob/master/src/AppUpdater.ts). +A [complete example](https://github.com/iffy/electron-updater-example) showing how to use. Simplified auto-update is not supported for Squirrel.Windows. diff --git a/packages/electron-builder/src/targets/nsis.ts b/packages/electron-builder/src/targets/nsis.ts index 22e4f77ef8a..bd7a0f7ad16 100644 --- a/packages/electron-builder/src/targets/nsis.ts +++ b/packages/electron-builder/src/targets/nsis.ts @@ -18,7 +18,7 @@ import { archive } from "./archive" const ELECTRON_BUILDER_NS_UUID = "50e065bc-3134-11e6-9bab-38c9862bdaf3" -const nsisPathPromise = getBinFromBintray("nsis", "3.0.1.8", "d9429cc33d06198b48b939e51f48fc95b3b7ccd5584dd9fe3f3f4eacce9d8275") +const nsisPathPromise = getBinFromBintray("nsis", "3.0.1.10", "302a8adebf0b553f74cddd494154a586719ff9d4767e94d8a76547a9bb06200c") const nsisResourcePathPromise = getBinFromBintray("nsis-resources", "3.0.0", "cde0e77b249e29d74250bf006aa355d3e02b32226e1c6431fb48facae41d8a7e") const USE_NSIS_BUILT_IN_COMPRESSOR = false diff --git a/test/src/helpers/setVersions.ts b/test/src/helpers/setVersions.ts index 93f7ad0abb3..6ab22be083c 100644 --- a/test/src/helpers/setVersions.ts +++ b/test/src/helpers/setVersions.ts @@ -44,7 +44,7 @@ async function setPackageVersions(packages: Array, packageData: Array