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