Files
githubdownloader/src-tauri/src/main.rs
2025-06-14 17:28:34 +08:00

7 lines
191 B
Rust

// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
githubdownloader_lib::run()
}