localsend: don't move binary to bin/localsend
Use localsend_app for gui and keep localsend for cli
This commit is contained in:
parent
5d4dec80e5
commit
11eec02a71
@ -32,7 +32,6 @@ let
|
||||
buildInputs = [ libayatana-appindicator ];
|
||||
|
||||
postInstall = ''
|
||||
mv $out/bin/localsend_app $out/bin/localsend
|
||||
for s in 32 128 256 512; do
|
||||
d=$out/share/icons/hicolor/''${s}x''${s}/apps
|
||||
mkdir -p $d
|
||||
|
Loading…
Reference in New Issue
Block a user