Ferrell Synthetic Intelligence
Add production file workflow and desktop release project
9057700
Raw
History Blame Contribute Delete
212 Bytes
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
tauri::Builder::default()
.run(tauri::generate_context!())
.expect("error while running AIDE desktop shell");
}