apple-music-electron: fix desktop file exec path
This commit is contained in:
parent
540199893d
commit
144a8769a9
@ -18,7 +18,7 @@ in appimageTools.wrapType2 {
|
||||
|
||||
install -m 444 -D ${appimageContents}/${pname}.desktop -t $out/share/applications
|
||||
substituteInPlace $out/share/applications/${pname}.desktop \
|
||||
--replace 'Exec=AppRun' 'Exec=$out/bin/apple-music-electron'
|
||||
--replace "Exec=AppRun" "Exec=$out/bin/apple-music-electron"
|
||||
cp -r ${appimageContents}/usr/share/icons $out/share
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user