Skip to content

Commit

Permalink
[desktop, build] Fix update URL for local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
charlag committed May 29, 2020
1 parent f4ce569 commit ced4d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function buildDesktopClient() {
} else if (options.stage === "local") {
const desktopLocalOpts = Object.assign({}, desktopBaseOpts, {
version: `${new Date().getTime()}.0.0`,
updateUrl: "http://localhost:9000/desktop",
updateUrl: "http://localhost:9000/desktop-snapshot",
nameSuffix: "-snapshot",
notarize: false
})
Expand Down

0 comments on commit ced4d8d

Please sign in to comment.