mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-11 03:29:07 +00:00
Integrated the Rust publish process as well
This commit is contained in:
parent
2bdd622dd6
commit
16113782e0
@ -82,6 +82,16 @@ def "main publish" []: nothing -> nothing {
|
|||||||
}
|
}
|
||||||
|
|
||||||
print "=============================="
|
print "=============================="
|
||||||
|
print "Start building runtime..."
|
||||||
|
|
||||||
|
cd ../../runtime
|
||||||
|
try {
|
||||||
|
cargo tauri build
|
||||||
|
};
|
||||||
|
|
||||||
|
cd "../app/MindWork AI Studio"
|
||||||
|
print "=============================="
|
||||||
|
print "Building done."
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_rids []: nothing -> list {
|
def get_rids []: nothing -> list {
|
||||||
|
Loading…
Reference in New Issue
Block a user