Add wasmtime to AppImage build for HASHAB signing
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user