mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2025-09-01 08:20:39 +00:00
use deb pacakges
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user