Skip to content

Commit

Permalink
Merge pull request #307681 from nazarewk/fix/rambox-binaries
Browse files Browse the repository at this point in the history
rambox: fix for binary dropping version suffix
  • Loading branch information
eclairevoyant committed Apr 29, 2024
2 parents 1523dfb + debfa14 commit 9e93dea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let
categories = [ "Network" ];
});

appimageContents = appimageTools.extractType2 {
appimageContents = appimageTools.extract {
inherit pname version src;
};
in
Expand All @@ -26,7 +26,6 @@ appimageTools.wrapType2 {

extraInstallCommands = ''
mkdir -p $out/share/applications $out/share/icons/hicolor/256x256/apps
ln -sf rambox-${version} $out/bin/${pname}
install -Dm644 ${appimageContents}/usr/share/icons/hicolor/256x256/apps/rambox*.png $out/share/icons/hicolor/256x256/apps/${pname}.png
install -Dm644 ${desktopItem}/share/applications/* $out/share/applications
'';
Expand Down

0 comments on commit 9e93dea

Please sign in to comment.