mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-01 09:43:36 +00:00
linux: don't use hardcoded path for Exec and Icon
Desktop files respect $PATH and $XDG_DATA_DIRS, so the full path does not need to be specified to either. This fixes the Flatpak build by allowing Flatpak to rewrite these to match the app ID.
This commit is contained in:
@ -3,8 +3,8 @@ Encoding=UTF-8
|
||||
Type=Application
|
||||
Name=Samplebrain
|
||||
Comment=A sample masher designed by Aphex Twin
|
||||
Exec=/usr/bin/samplebrain
|
||||
Icon=/usr/share/icons/hicolor/scalable/apps/samplebrain.svg
|
||||
Exec=samplebrain
|
||||
Icon=samplebrain
|
||||
Terminal=false
|
||||
Categories=GNOME;Application;
|
||||
StartupNotify=true
|
Reference in New Issue
Block a user