0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

mkdir error fix

This commit is contained in:
Andrey Onishchenko
2024-01-30 18:15:10 +03:00
parent 8fd5911e07
commit 200c082981
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ if [ -n "$extract_only" ]; then
fi
cd ../
mkdir out
mkdir -p out
echo "Packing"
asar pack "./app" "./out/yandexmusic.asar"