Disable bundling for local dev builds

This commit is contained in:
Thorsten Sommer 2024-06-23 19:07:46 +02:00
parent 0e77b3d722
commit f83d21f070
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -128,7 +128,7 @@ def "main publish" []: nothing -> nothing {
cd ../../runtime
try {
cargo tauri build
cargo tauri build --bundles none
};
cd "../app/MindWork AI Studio"