use deb pacakges

This commit is contained in:
cupcakearmy 2021-04-07 12:56:33 +02:00
parent 72ee5d7641
commit 50a24f847f
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
2 changed files with 4 additions and 5 deletions

View File

@ -7,13 +7,12 @@ directories:
mac: mac:
target: target:
- dmg - dmg
- zip
identity: null identity: null
win: win:
target: nsis target:
- nsis
linux: linux:
category: "Utility" category: "Utility"
target: target:
- AppImage - AppImage
- deb - deb
- snap

View File

@ -7,7 +7,7 @@ import pkg from '../../package.json'
const current = semver.coerce(pkg.version) const current = semver.coerce(pkg.version)
const url = 'https://api.github.com/repos/cupcakearmy/unpixel/tags' 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 { export default class Updater {
static init() { static init() {