From d4a61537c1bf2bfc3ad07d21d85b42eafb09680d Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sun, 28 Jan 2024 10:21:55 -0500 Subject: [PATCH] Point Linux icon path to folder Apparently how people fix it? See https://github.com/pulsar-edit/pulsar/pull/327 #680 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 880e670..599acaf 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "category": "Graphics;2DGraphics;RasterGraphics;ImageProcessing;", "synopsis": "AI Image Upscaler", "description": "Free and Open Source AI Image Upscaler", - "icon": "resources/icons/512x512.png" + "icon": "resources/icons/" }, "win": { "publisherName": "Upscayl Team",