summarylogtreecommitdiffstats
path: root/fix-wayland-icon.patch
blob: b7eb47a758bc41fa7cec1a22dca3257ac0670231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/electron/index.ts b/electron/index.ts
index 64b75fd..7aff20c 100644
--- a/electron/index.ts
+++ b/electron/index.ts
@@ -26,6 +26,7 @@ import path from "path";
 log.initialize({ preload: true });
 
 app.on("ready", async () => {
+  (app as any).setDesktopName("org.upscayl.Upscayl.desktop");
   await prepareNext("./renderer");
 
   app.whenReady().then(() => {