Skip to content

Commit

Permalink
workflows: fix some derps
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Sep 12, 2024
1 parent 748b8c7 commit 56d32ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ 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 -r requirements.txt
- python3 -m pip install --system --ignore-installed --prefix=/usr --root=AppDir -r requirement-presence.txt
- python3 -m pip install --ignore-installed --prefix=/usr --root=AppDir -r requirements.txt
- python3 -m pip install --ignore-installed --prefix=/usr --root=AppDir -r requirements-presence.txt

AppDir:
path: ./AppDir
Expand Down

0 comments on commit 56d32ef

Please sign in to comment.