From 453529c92c1eb7c36378b44ea825f8f13c25e2fa Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Sun, 22 Feb 2026 19:04:23 +0100 Subject: [PATCH] fix: use correct tauri v2 flag to skip bundling --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 8888128..08f024f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,7 @@ build() { cd "$pkgname" npm install npm run build - npm run tauri build -- --bundles none + npm run tauri build -- --no-bundle } package() {