Updated package.json & updateNotification files
This commit is contained in:
15
package.json
15
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "waifu-board",
|
"name": "waifu-board",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "An image board app to store and browse your favorite waifus!",
|
"description": "An image board app to store and browse your favorite waifus!",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -24,17 +24,14 @@
|
|||||||
"sqlite3": "^5.1.7"
|
"sqlite3": "^5.1.7"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "com.yourname.waifuboard",
|
"appId": "com.skylar.waifuboard",
|
||||||
"productName": "Waifu Board",
|
"productName": "Waifu Board",
|
||||||
|
"directories": {
|
||||||
|
"output": "dist"
|
||||||
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"target": "portable",
|
"target": "portable",
|
||||||
"icon": "public/waifuboards.ico"
|
"icon": "public/waifuboards.ico"
|
||||||
},
|
}
|
||||||
"files": [
|
|
||||||
"**/*",
|
|
||||||
"!**/*.ts",
|
|
||||||
"!*.map",
|
|
||||||
"!package-lock.json"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
const GITHUB_OWNER = 'ItsSkaiya';
|
const GITHUB_OWNER = 'ItsSkaiya';
|
||||||
const GITHUB_REPO = 'WaifuBoard';
|
const GITHUB_REPO = 'WaifuBoard';
|
||||||
const CURRENT_VERSION = '1.0.0';
|
const CURRENT_VERSION = '1.1.0';
|
||||||
|
|
||||||
let currentVersionDisplay;
|
let currentVersionDisplay;
|
||||||
let latestVersionDisplay;
|
let latestVersionDisplay;
|
||||||
|
|||||||
Reference in New Issue
Block a user