fix(openwork): use renamed com.differentai.openwork.desktop from AppImage

Upstream renamed the desktop file from openwork.desktop to
com.differentai.openwork.desktop (reverse-DNS), causing the build to
fail with "cannot stat '.../openwork.desktop'". Source the new name
while keeping the install destination as openwork.desktop so icon and
Exec substitution stay unchanged.
This commit is contained in:
m3tam3re
2026-07-30 09:40:55 +02:00
parent e3ebb76b1c
commit 1cbde05767
+1 -1
View File
@@ -25,7 +25,7 @@ in
inherit pname version src;
extraInstallCommands = ''
install -m 444 -D ${appimageContents}/openwork.desktop \
install -m 444 -D ${appimageContents}/com.differentai.openwork.desktop \
$out/share/applications/openwork.desktop
substituteInPlace $out/share/applications/openwork.desktop \
--replace-fail 'Exec=AppRun %U' 'Exec=${pname} %U'