diff --git a/electron-builder.yml b/electron-builder.yml index 45c839a..9177b66 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -7,13 +7,12 @@ directories: mac: target: - dmg - - zip identity: null win: - target: nsis + target: + - nsis linux: category: "Utility" target: - AppImage - - deb - - snap \ No newline at end of file + - deb \ No newline at end of file diff --git a/src/back/updater.ts b/src/back/updater.ts index 81a496a..9ea715c 100644 --- a/src/back/updater.ts +++ b/src/back/updater.ts @@ -7,7 +7,7 @@ import pkg from '../../package.json' const current = semver.coerce(pkg.version) const url = 'https://api.github.com/repos/cupcakearmy/unpixel/tags' -const interval = 1000 * 60 * 60 * 10 // 10 Minutes +const interval = 1000 * 60 * 15 // 10 Minutes export default class Updater { static init() {