mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +00:00
use deb pacakges
This commit is contained in:
parent
72ee5d7641
commit
50a24f847f
@ -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
|
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user