chore: migrate to AppImage and publish with electron-builder on Travis #1010

Merged
IGassmann merged 20 commits from issue/332 into master 2018-03-08 00:03:46 +01:00
Showing only changes of commit 72b7c90d29 - Show all commits

View file

@ -192,7 +192,7 @@ export function doCheckUpgradeAvailable() {
const autoUpdateDeclined = selectAutoUpdateDeclined(state);
if (!autoUpdateDeclined) {
if (!autoUpdateDeclined && process.env.NODE_ENV !== 'development') {
autoUpdater.checkForUpdates();
}
};