pull/88/head
parent
502e08ab0a
commit
0b2a5a67d1
|
@ -57,7 +57,7 @@ function updateHandle (app, api, win, beforeQuit, quit, log) {
|
||||||
if (isMac) {
|
if (isMac) {
|
||||||
// autoUpdater.updateConfigPath = path.join(__dirname, 'mac/DevSidecar.app/Contents/Resources/app-update.yml')
|
// autoUpdater.updateConfigPath = path.join(__dirname, 'mac/DevSidecar.app/Contents/Resources/app-update.yml')
|
||||||
} else if (isLinux) {
|
} else if (isLinux) {
|
||||||
// autoUpdater.updateConfigPath = path.join(__dirname, 'mac/DevSidecar.app/Contents/Resources/app-update.yml')
|
autoUpdater.updateConfigPath = path.join(__dirname, 'linux-unpacked/resources/app-update.yml')
|
||||||
} else {
|
} else {
|
||||||
autoUpdater.updateConfigPath = path.join(__dirname, 'win-unpacked/resources/app-update.yml')
|
autoUpdater.updateConfigPath = path.join(__dirname, 'win-unpacked/resources/app-update.yml')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue