split main launcher into seperate file

This commit is contained in:
SpikeHD
2022-07-21 22:41:15 -07:00
parent d28af907ec
commit 011b15c8d9
7 changed files with 229 additions and 160 deletions

View File

@@ -12,6 +12,7 @@ use sysinfo::{System, SystemExt};
mod downloader;
mod file_helpers;
mod gamebanana;
mod lang;
mod metadata_patcher;
mod proxy;
@@ -59,6 +60,7 @@ fn main() {
lang::get_languages,
web::valid_url,
web::web_get,
gamebanana::list_submissions,
metadata_patcher::patch_metadata
])
.run(tauri::generate_context!())