WIP: zip stuff

This commit is contained in:
SpikeHD
2022-05-15 16:50:12 -07:00
parent 11ad0e4453
commit 75954e944b
7 changed files with 206 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ windows_subsystem = "windows"
use open;
use structs::{APIQuery};
mod unzip;
mod downloader;
mod lang;
mod proxy;
@@ -19,6 +20,7 @@ fn main() {
disconnect,
run_program,
run_jar,
unzip::unzip,
open_in_browser,
req_get,
get_bg_file,