mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 01:29:03 +03:00
Remove unnecessary code for disabling close patch
Change-Id: Ic27eac6c5c7f78353e105ec09fc1477c33b9a089
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
, electron
|
||||
|
||||
, ymExe ? null
|
||||
, fixQuit ? true
|
||||
}:
|
||||
let
|
||||
version_info = with builtins; fromJSON (readFile ../utility/version_info.json);
|
||||
@@ -45,7 +44,7 @@ stdenvNoCC.mkDerivation
|
||||
cp -r $repack ./repack.sh
|
||||
cp -r $patches ./patches
|
||||
cp -r $utility ./utility
|
||||
bash "./repack.sh" ${if !fixQuit then "-q" else ""} -o "./app" "$src"
|
||||
bash "./repack.sh" -o "./app" "$src"
|
||||
'';
|
||||
dontPatch = true;
|
||||
|
||||
|
Reference in New Issue
Block a user