From 0b685ca4e0a15859398c5ece3142ca8e97c6098b Mon Sep 17 00:00:00 2001 From: MrPenguin07 <127086564+MrPenguin07@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:57:13 +0000 Subject: [PATCH] Change .desktop `Exec=` to reflect linux binary name Change flatpak binary name to linux inside org.upscayl.Upscayl.desktop --- org.upscayl.Upscayl.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.upscayl.Upscayl.desktop b/org.upscayl.Upscayl.desktop index 8acb91e..8134aa8 100644 --- a/org.upscayl.Upscayl.desktop +++ b/org.upscayl.Upscayl.desktop @@ -1,6 +1,6 @@ [Desktop Entry] X-Desktop-File-Install-Version=0.26 -Exec=upscayl-run %U --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations +Exec=upscayl %U --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations Comment=Upscale Images with AI Name=Upscayl StartupNotify=false