mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Generate pacman builds using Github workflows (#81)
* Show "Tidal Hifi" as application name for notify-send Set the 'app-name' variable for notify-send under Linux * Generate pacman builds using Github workflows Previous builds failed due to missing build dependencies when building the package using the Github workflow Linux environment
This commit is contained in:
parent
662ef6ad7b
commit
c940d0991d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
build_on_linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install libarchive-tools
|
||||
run: sudo apt-get install -y libarchive-tools
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@master
|
||||
with:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
build_on_linux:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install libarchive-tools
|
||||
run: sudo apt-get install -y libarchive-tools
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@master
|
||||
with:
|
||||
|
@ -10,7 +10,7 @@ snap:
|
||||
linux:
|
||||
category: Audio
|
||||
target:
|
||||
# - pacman
|
||||
- pacman
|
||||
- tar.gz
|
||||
- deb
|
||||
- rpm
|
||||
|
Loading…
Reference in New Issue
Block a user