Windows: use remote releases URL for updates
This commit is contained in:
parent
b7858a03b5
commit
c20a809014
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ function buildWin32 (cb) {
|
|||
exe: config.APP_NAME + '.exe',
|
||||
iconUrl: config.APP_ICON + '.ico',
|
||||
loadingGif: path.join(config.STATIC_PATH, 'loading.gif'),
|
||||
remoteReleases: config.AUTO_UPDATE_URL,
|
||||
name: config.APP_NAME,
|
||||
noMsi: true,
|
||||
outputDirectory: path.join(config.ROOT_PATH, 'dist'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue