Re-encrypt Metadata

We in the end game now bois (Time for UI, refactoring, and better functionality)
This commit is contained in:
Benj
2022-07-06 20:21:04 +08:00
committed by lilmayofuksu
parent 27d7c32a73
commit e0272aa38a
2 changed files with 22 additions and 31 deletions

View File

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