Remove version number from pureref binary
This commit is contained in:
parent
b60cc9e52b
commit
56d9a81f8e
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ appimageTools.wrapType1 rec {
|
||||||
url = "https://www.pureref.com/download.php";
|
url = "https://www.pureref.com/download.php";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraInstallCommands = ''
|
||||||
|
mv $out/bin/${pname}-${version} $out/bin/${pname}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Reference Image Viewer";
|
description = "Reference Image Viewer";
|
||||||
homepage = "https://www.pureref.com";
|
homepage = "https://www.pureref.com";
|
||||||
|
|
Loading…
Add table
Reference in a new issue