mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 11:39:48 +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
|
cd ../../runtime
|
||||||
try {
|
try {
|
||||||
cargo tauri build
|
cargo tauri build --bundles none
|
||||||
};
|
};
|
||||||
|
|
||||||
cd "../app/MindWork AI Studio"
|
cd "../app/MindWork AI Studio"
|
||||||
|
Loading…
Reference in New Issue
Block a user