diff --git a/build/icon-black.ico b/build/icon-black.ico new file mode 100644 index 0000000..05c14b9 Binary files /dev/null and b/build/icon-black.ico differ diff --git a/package.json b/package.json index 77e2857..984d8aa 100644 --- a/package.json +++ b/package.json @@ -17,19 +17,21 @@ "gulp": "3.9.1" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "start": "electron .", "pack": "electron-builder --dir", "dist": "electron-builder", "release": "build", "livereload": "gulp" - }, +}, "build": { "appId": "com.gelbooru-client.app", "productName": "gelbooru-client", "win": { "target": "NSIS", - "icon": "build/icon.ico" + "icon": "./build/icon.ico" + }, + "nsis": { + "installerHeaderIcon": "./build/icon-black.ico" } }, "author": "KeziahMoselle",