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

Rename to yandex-music

This commit is contained in:
Andrey Onishchenko
2024-02-14 14:07:10 +03:00
parent 14f9d1ecfb
commit c5a5568ff9
14 changed files with 83 additions and 83 deletions

View File

@@ -29,7 +29,7 @@ case $OS in
mkdir dist
mv *.pkg.tar.zst dist
mv ./src/app/yandexmusic.asar dist/yandexmusic.asar
mv ./src/app/yandex-music.asar dist/yandex-music.asar
mv ./src/app/release_notes.json dist/release_notes.json
sh ./build_deb.sh -a all

View File

@@ -64,8 +64,8 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build yandexmusic
run: nix build --impure .#yandexmusic
- name: Build yandexmusic without flakes binaries
run: nix build --impure .#yandexmusic-noflakes
- name: Build yandex-music
run: nix build --impure .#yandex-music
- name: Build yandex-music without flakes binaries
run: nix build --impure .#yandex-music-noflakes

View File

@@ -41,7 +41,7 @@ jobs:
- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
with:
pkgname: "yandexmusic"
pkgname: "yandex-music"
pkgbuild: "PKGBUILD"
updpkgsums: false
allow_empty_commits: false