Integrated the Rust publish process as well

This commit is contained in:
Thorsten Sommer 2024-05-13 20:52:32 +02:00
parent 2bdd622dd6
commit 16113782e0
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -82,6 +82,16 @@ def "main publish" []: nothing -> nothing {
}
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 {