mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-23 22:22:59 +03:00
Merge branch 'master' of https://github.com/Maks1mS/yandex-music-linux
This commit is contained in:
commit
b4ec82509f
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
@ -16,7 +16,7 @@ case $OS in
|
|||||||
"Arch Linux")
|
"Arch Linux")
|
||||||
echo "Arch Linux"
|
echo "Arch Linux"
|
||||||
pacman -Syy --noconfirm
|
pacman -Syy --noconfirm
|
||||||
pacman -S --noconfirm git sudo base-devel p7zip nodejs jq asar electron libpulse dpkg unzip xdg-utils python
|
pacman -S --noconfirm git sudo base-devel p7zip nodejs jq asar electron27 libpulse dpkg unzip xdg-utils python
|
||||||
# fix makepkg from non-root
|
# fix makepkg from non-root
|
||||||
mkdir /home/build
|
mkdir /home/build
|
||||||
chgrp nobody /home/build
|
chgrp nobody /home/build
|
||||||
|
4
.github/workflows/update-build-release.yml
vendored
4
.github/workflows/update-build-release.yml
vendored
@ -44,11 +44,11 @@ jobs:
|
|||||||
pkgname: "yandex-music"
|
pkgname: "yandex-music"
|
||||||
pkgbuild: "PKGBUILD"
|
pkgbuild: "PKGBUILD"
|
||||||
updpkgsums: false
|
updpkgsums: false
|
||||||
allow_empty_commits: false
|
allow_empty_commits: true
|
||||||
commit_username: "cucumber-sp"
|
commit_username: "cucumber-sp"
|
||||||
commit_email: "loraner123@gmail.com"
|
commit_email: "loraner123@gmail.com"
|
||||||
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
|
ssh_private_key: "${{ secrets.AUR_SSH_PRIVATE_KEY }}"
|
||||||
commit_message: $(git log -1 --pretty=format:"%s")
|
commit_message: "${{ github.event.commits[0].message }}"
|
||||||
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
|
ssh_keyscan_types: "rsa,dsa,ecdsa,ed25519"
|
||||||
outputs:
|
outputs:
|
||||||
new_version: ${{ steps.commit.outputs.commited }}
|
new_version: ${{ steps.commit.outputs.commited }}
|
||||||
|
@ -13,7 +13,7 @@ usage() {
|
|||||||
download_electron_binary(){
|
download_electron_binary(){
|
||||||
arch=${1}
|
arch=${1}
|
||||||
echo "Downloading electron ${arch}"
|
echo "Downloading electron ${arch}"
|
||||||
curl -L -o "${TEMPDIR}/electron-${arch}.zip" "https://github.com/electron/electron/releases/download/v27.3.0/electron-v27.3.0-linux-${arch}.zip"
|
curl -L -o "${TEMPDIR}/electron-${arch}.zip" "https://github.com/electron/electron/releases/download/v27.3.2/electron-v27.3.2-linux-${arch}.zip"
|
||||||
unzip -q "${TEMPDIR}/electron-${arch}.zip" -d "${TEMPDIR}/electron-${arch}"
|
unzip -q "${TEMPDIR}/electron-${arch}.zip" -d "${TEMPDIR}/electron-${arch}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user