pull/88/head
xiaojunnuo 2021-08-18 01:52:02 -07:00
parent 502e08ab0a
commit 0b2a5a67d1
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function updateHandle (app, api, win, beforeQuit, quit, log) {
if (isMac) {
// autoUpdater.updateConfigPath = path.join(__dirname, 'mac/DevSidecar.app/Contents/Resources/app-update.yml')
} 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 {
autoUpdater.updateConfigPath = path.join(__dirname, 'win-unpacked/resources/app-update.yml')
}