Add wasmtime to AppImage build for HASHAB signing

This commit is contained in:
Maksim Totmin 2026-05-31 18:24:07 +07:00
parent 7d371e2fbf
commit 8c9e146a6c

View File

@ -54,6 +54,8 @@ install_pyinstaller() {
"$VENV_DIR/bin/pip" install pyinstaller "$VENV_DIR/bin/pip" install pyinstaller
# Install project dependencies for bundling # Install project dependencies for bundling
"$VENV_DIR/bin/pip" install -r "$PROJECT_DIR/requirements.txt" "$VENV_DIR/bin/pip" install -r "$PROJECT_DIR/requirements.txt"
# Install wasmtime for HASHAB signing (iPod Nano 6G/7G)
"$VENV_DIR/bin/pip" install wasmtime
} }
download_appimagetool() { download_appimagetool() {