Starting work on brand new patcher (Wooo)

Oh god my sanity is fading again. Please help. oh god. oh god. oh god. Please help me.
This commit is contained in:
Benj
2022-07-06 17:27:59 +08:00
committed by lilmayofuksu
parent 8ac4d063a4
commit 936c533ff8
9 changed files with 271 additions and 116 deletions

View File

@@ -19,6 +19,7 @@ mod downloader;
mod lang;
mod proxy;
mod web;
mod metadata;
lazy_static! {
static ref WATCH_GAME_PROCESS: Mutex<String> = {
@@ -62,7 +63,8 @@ fn main() {
downloader::stop_download,
lang::get_lang,
lang::get_languages,
web::valid_url
web::valid_url,
metadata::patch_metadata
])
.run(tauri::generate_context!())
.expect("error while running tauri application");