obsidian: fix version stripping

This commit is contained in:
Conrad Mearns 2020-06-25 18:33:11 +02:00
parent 929581c2d3
commit fc120e6436

View File

@ -20,7 +20,7 @@ appimageTools.wrapType2 rec {
'';
# Strip version from binary name.
extraInstallCommands = "mv $out/bin/${name} $out/bin/${pname}";
extraInstallCommands = "mv $out/bin/{${name},${pname}}";
meta = with lib; {
description = "Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.";