Update icon for APPIMAGE

This commit is contained in:
2026-01-15 14:32:29 +01:00
parent dc19fb7c14
commit 2de091567c
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "imgfloat-client",
"version": "1.0.4",
"version": "1.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "imgfloat-client",
"version": "1.0.4",
"version": "1.0.5",
"dependencies": {
"electron-updater": "^6.7.3"
},

View File

@@ -1,6 +1,6 @@
{
"name": "imgfloat-client",
"version": "1.0.4",
"version": "1.0.5",
"description": "Electron wrapper for the Imgfloat overlay",
"main": "src/main.js",
"build": {

View File

@@ -32,7 +32,7 @@ function createWindowOptions() {
frame: false,
backgroundColor: "#00000000",
alwaysOnTop: false,
icon: path.join(__dirname, "../res/icon/appicon.ico"),
icon: path.join(__dirname, "../res/icon/brand.png"),
webPreferences: {
backgroundThrottling: false,
preload: path.join(__dirname, "preload.js"),