Move to pnpm to fix builds

This commit is contained in:
DecDuck
2025-11-19 22:55:50 +11:00
parent 490a689497
commit 28d7a741c1
16 changed files with 13867 additions and 13546 deletions

View File

@ -3,7 +3,7 @@
ARCH=$(uname -m)
# build tauri apps
# NO_STRIP=true yarn tauri build -- --verbose
# NO_STRIP=true pnpm tauri build -- --verbose
# unpack appimage
APPIMAGE=$(ls ./src-tauri/target/release/bundle/appimage/*.AppImage)