mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 01:29:03 +03:00
[nix] Fix building after licence removing
Change-Id: Ifd53a9fc08095109c134061595b5da97ae5fbd58
This commit is contained in:
@@ -18,7 +18,7 @@ let
|
||||
repack = ./../repack.sh;
|
||||
src = ymExe;
|
||||
} ''
|
||||
bash "$repack" -xl "$src"
|
||||
bash "$repack" -x "$src"
|
||||
mv ./app "$out"
|
||||
'';
|
||||
launcher = writeShellApplication {
|
||||
|
Reference in New Issue
Block a user