hamsket: remove unneeded symlink
This commit is contained in:
parent
9e93dea6ec
commit
0f3ed3e514
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,7 @@ let
|
|||
categories = [ "Network" ];
|
||||
});
|
||||
|
||||
appimageContents = appimageTools.extractType2 {
|
||||
appimageContents = appimageTools.extract {
|
||||
inherit pname version src;
|
||||
};
|
||||
|
||||
|
@ -31,7 +31,6 @@ appimageTools.wrapType2 {
|
|||
|
||||
extraInstallCommands = ''
|
||||
mkdir -p $out/share/applications $out/share/icons/hicolor/256x256/apps
|
||||
ln -sf hamsket-${version} $out/bin/${pname}
|
||||
install -Dm644 ${appimageContents}/usr/share/icons/hicolor/256x256/apps/hamsket*.png $out/share/icons/hicolor/256x256/apps/${pname}.png
|
||||
install -Dm644 ${desktopItem}/share/applications/* $out/share/applications
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue