Remove version number from pureref binary

This commit is contained in:
Elnu 2023-01-18 19:28:26 -08:00
parent b60cc9e52b
commit 56d9a81f8e

View file

@ -10,6 +10,10 @@ appimageTools.wrapType1 rec {
url = "https://www.pureref.com/download.php";
};
extraInstallCommands = ''
mv $out/bin/${pname}-${version} $out/bin/${pname}
'';
meta = with lib; {
description = "Reference Image Viewer";
homepage = "https://www.pureref.com";