chore: migrate to AppImage and publish with electron-builder on Travis #1010
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ export function doCheckUpgradeAvailable() {
|
|||
|
||||
const autoUpdateDeclined = selectAutoUpdateDeclined(state);
|
||||
|
||||
if (!autoUpdateDeclined) {
|
||||
if (!autoUpdateDeclined && process.env.NODE_ENV !== 'development') {
|
||||
autoUpdater.checkForUpdates();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue