3ff721b31a
The AppImage build inputs (AppRun, .desktop entry, icon, and the CI-fetched linuxdeploy binary) are consumed only by desktopApp's createReleaseAppImage task. Co-locating them under desktopApp/packaging/appimage/ removes the `../` path escape from the build script and keeps all desktop packaging assets inside the module. https://claude.ai/code/session_0137ULcfJkASmfmffFBdW8ac
13 lines
266 B
Desktop File
13 lines
266 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Amethyst
|
|
GenericName=Nostr Client
|
|
Comment=Nostr client for desktop
|
|
Exec=Amethyst %u
|
|
Icon=amethyst
|
|
Categories=Network;InstantMessaging;
|
|
Terminal=false
|
|
StartupNotify=true
|
|
StartupWMClass=Amethyst
|
|
Keywords=nostr;client;social;chat;
|