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

Utility folder

This commit is contained in:
Andrey Onishchenko
2024-02-09 15:07:50 +03:00
parent 18145ed163
commit a28db76a6b
8 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
set -e
# get version
VERSION=$(jq -r '.version' version_info.json)
VERSION=$(jq -r '.version' ./utility/version_info.json)
release_name="Beta $VERSION"
tag_name="v$VERSION"

View File

@@ -16,7 +16,7 @@ case $OS in
"Arch Linux")
echo "Arch Linux"
pacman -S --noconfirm git sudo base-devel jq nix
sh ./generate_packages.sh
sh ./utility/generate_packages.sh
git config --global --add safe.directory "*"
;;
*)