beekeeper-studio: use --replace-fail

This commit is contained in:
nat
2024-06-21 19:26:59 +02:00
parent 8762c035f5
commit 03698a665b
+1 -1
View File
@@ -36,7 +36,7 @@ appimageTools.wrapType2 {
install -Dm444 ${appimageContents}/${pname}.desktop -t $out/share/applications/
install -Dm444 ${appimageContents}/${pname}.png -t $out/share/pixmaps/
substituteInPlace $out/share/applications/${pname}.desktop \
--replace 'Exec=AppRun --no-sandbox' 'Exec=${pname}'
--replace-fail 'Exec=AppRun --no-sandbox' 'Exec=${pname}'
'';
meta = with lib; {