chore: remove redundant wasmtime install from build script (now a transitive dep of iopenpod)

This commit is contained in:
Maksim Totmin 2026-06-01 00:58:59 +07:00
parent a0b1aba50e
commit 1ae1e90ae3

View File

@ -54,8 +54,6 @@ install_pyinstaller() {
"$VENV_DIR/bin/pip" install pyinstaller
# Install project dependencies for bundling
"$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() {