notable: cleanup

This commit is contained in:
pancaek
2026-06-17 21:42:20 -07:00
parent 6a8949cbf9
commit ed5a53fa54
+3 -3
View File
@@ -19,7 +19,7 @@ let
inherit pname version src;
};
in
appimageTools.wrapType2 rec {
appimageTools.wrapType2 {
inherit pname version src;
@@ -43,8 +43,8 @@ appimageTools.wrapType2 rec {
install -m 444 -D ${appimageContents}/usr/share/icons/hicolor/1024x1024/apps/notable.png \
$out/share/icons/notable.png
substituteInPlace $out/share/applications/notable.desktop \
--replace 'Exec=AppRun' 'Exec=${pname}'
wrapProgram "$out/bin/${pname}" \
--replace-fail 'Exec=AppRun' 'Exec=notable'
wrapProgram "$out/bin/notable" \
--add-flags "--disable-seccomp-filter-sandbox"
'';