diff --git a/package.json b/package.json index 5b4de92..b632366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waifu-board", - "version": "1.0.0", + "version": "1.1.0", "description": "An image board app to store and browse your favorite waifus!", "main": "main.js", "scripts": { @@ -24,17 +24,14 @@ "sqlite3": "^5.1.7" }, "build": { - "appId": "com.yourname.waifuboard", + "appId": "com.skylar.waifuboard", "productName": "Waifu Board", + "directories": { + "output": "dist" + }, "win": { "target": "portable", "icon": "public/waifuboards.ico" - }, - "files": [ - "**/*", - "!**/*.ts", - "!*.map", - "!package-lock.json" - ] + } } } diff --git a/scripts/updateNotification.js b/scripts/updateNotification.js index 660f5b2..eb84dad 100644 --- a/scripts/updateNotification.js +++ b/scripts/updateNotification.js @@ -1,6 +1,6 @@ const GITHUB_OWNER = 'ItsSkaiya'; const GITHUB_REPO = 'WaifuBoard'; -const CURRENT_VERSION = '1.0.0'; +const CURRENT_VERSION = '1.1.0'; let currentVersionDisplay; let latestVersionDisplay;