Skip to content

Commit

Permalink
Install requirements via the 3.10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilXD committed Jan 20, 2024
1 parent 0df7d9e commit 0d72f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ script:
- cp "$SOURCE_DIR/pickaxe.png" "$TARGET_APPDIR/usr/share/icons/hicolor/128x128/apps/io.github.devilxd.twitchdropsminer.png"

# Install requirements.
- python3 -m pip install --ignore-installed --prefix=/usr --root="$TARGET_APPDIR" -r "$SOURCE_DIR/../requirements.txt"
- python{{PYTHON_VERSION}} -m pip install --ignore-installed --prefix=/usr --root="$TARGET_APPDIR" -r "$SOURCE_DIR/../requirements.txt"

AppDir:
app_info:
Expand Down

0 comments on commit 0d72f1e

Please sign in to comment.