mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 23:56:28 +00:00
use deb pacakges
This commit is contained in:
parent
72ee5d7641
commit
50a24f847f
@ -7,13 +7,12 @@ directories:
|
||||
mac:
|
||||
target:
|
||||
- dmg
|
||||
- zip
|
||||
identity: null
|
||||
win:
|
||||
target: nsis
|
||||
target:
|
||||
- nsis
|
||||
linux:
|
||||
category: "Utility"
|
||||
target:
|
||||
- AppImage
|
||||
- deb
|
||||
- snap
|
||||
- deb
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user