From 1ae1e90ae3d25b33f13272df8d04dfd98d4783a0 Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Mon, 1 Jun 2026 00:58:59 +0700 Subject: [PATCH] chore: remove redundant wasmtime install from build script (now a transitive dep of iopenpod) --- scripts/build-appimage.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build-appimage.sh b/scripts/build-appimage.sh index cd39664..b257abf 100755 --- a/scripts/build-appimage.sh +++ b/scripts/build-appimage.sh @@ -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() {