mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Disable bundling for local dev builds
This commit is contained in:
parent
0e77b3d722
commit
f83d21f070
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user