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 8, 2024
1 parent 479a951 commit fbb7fef
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 fbb7fef

Please sign in to comment.