The source build currently fails at the Tauri bundling step.
When building with npm run tauri build, the build fails with:
error: invalid value 'none' for '--bundles [<BUNDLES>...]'
[possible values: deb, rpm, appimage]
It looks like the current Tauri configuration or build command may no longer be compatible with the installed Tauri CLI version. The bundle.active = false / none behavior seems to be rejected, and only deb, rpm, or appimage are accepted.
Could you please check the PKGBUILD and the upstream build configuration?
Hi maintainer,
The source build currently fails at the Tauri bundling step.
When building with
npm run tauri build, the build fails with:error: invalid value 'none' for '--bundles [<BUNDLES>...]' [possible values: deb, rpm, appimage]
It looks like the current Tauri configuration or build command may no longer be compatible with the installed Tauri CLI version. The
bundle.active = false/nonebehavior seems to be rejected, and onlydeb,rpm, orappimageare accepted.Could you please check the PKGBUILD and the upstream build configuration?
Thanks for maintaining this package.