diff --git a/pkgs/msty/default.nix b/pkgs/msty/default.nix index 68778d4..f4099ff 100644 --- a/pkgs/msty/default.nix +++ b/pkgs/msty/default.nix @@ -13,10 +13,12 @@ in appimageTools.wrapType2 { inherit pname version src; + extraInstallCommands = '' install -m 444 -D ${appimageContents}/msty.desktop -t $out/share/applications substituteInPlace $out/share/applications/msty.desktop \ --replace 'Exec=AppRun' 'Exec=${pname}' install -m 444 -D ${appimageContents}/msty.png \ - $out/share/icons/hicolor/256x256/apps/msty.png ''; + $out/share/icons/hicolor/256x256/apps/msty.png + ''; } diff --git a/secrets/m3tam3re-secrets.age b/secrets/m3tam3re-secrets.age index 866dd4d..dd69bad 100644 Binary files a/secrets/m3tam3re-secrets.age and b/secrets/m3tam3re-secrets.age differ