renaming and extraction display

This commit is contained in:
SpikeHD
2022-05-15 21:32:20 -07:00
parent f8af7caaff
commit 167e13c941
7 changed files with 64 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ windows_subsystem = "windows"
use open;
use structs::{APIQuery};
mod file_helpers;
mod unzip;
mod downloader;
mod lang;
@@ -21,6 +22,8 @@ fn main() {
run_program,
run_jar,
unzip::unzip,
file_helpers::rename,
file_helpers::dir_exists,
open_in_browser,
req_get,
get_bg_file,