chore: remove redundant wasmtime install from build script (now a transitive dep of iopenpod)
This commit is contained in:
@@ -54,8 +54,6 @@ 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