Updated package.json & updateNotification files

This commit is contained in:
2025-11-18 14:30:23 -05:00
parent 7f01bace06
commit 5ea7214ea7
2 changed files with 7 additions and 10 deletions

View File

@@ -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"
]
} }
} }

View File

@@ -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;