1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Fix AppImage workflow

This commit is contained in:
Dummerle 2022-08-29 19:10:54 +02:00
parent b1fe917093
commit f111d4b7a5
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ jobs:
overwrite: true
appimage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:

View file

@ -51,7 +51,7 @@ jobs:
path: build/Rare.deb
appimage:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:

View file

@ -13,7 +13,7 @@ script:
# copy Logo
- cp AppDir/usr/src/rare/resources/images/Rare.png AppDir/usr/share/icons/hicolor/256x256/apps/
# Install application dependencies
- python3 -m pip install --system --ignore-installed --prefix=/usr --root=AppDir pypresence qtawesome legendary-gl
- python3 -m pip install --ignore-installed --prefix=/usr --root=AppDir pypresence qtawesome legendary-gl
AppDir:
path: AppDir