fix: use correct tauri v2 flag to skip bundling

This commit is contained in:
2026-02-22 19:04:23 +01:00
parent 74b9420c67
commit 453529c92c

View File

@@ -16,7 +16,7 @@ build() {
cd "$pkgname" cd "$pkgname"
npm install npm install
npm run build npm run build
npm run tauri build -- --bundles none npm run tauri build -- --no-bundle
} }
package() { package() {