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

Reduce logging in console

This commit is contained in:
Andrey Onishchenko
2024-03-11 18:15:09 +03:00
parent 0964ca28b7
commit 1c96b3f0ab
3 changed files with 4 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ build_tarball(){
chmod 755 "${app_dir}/usr/bin/yandex-music"
cd "${app_dir}"
tar cvfz "${OUTPUT_DIR}/yandex-music_${version}_${arch}.tar.gz" *
tar -czf "${OUTPUT_DIR}/yandex-music_${version}_${arch}.tar.gz" *
cd "${INITIAL_DIR}"
}