Progress checker works

This commit is contained in:
quexeky
2024-10-18 20:42:26 +11:00
parent 31e794f637
commit f8b96d06e7
6 changed files with 98 additions and 11 deletions
+2 -1
View File
@@ -5,6 +5,8 @@ mod remote;
mod unpacker;
mod downloads;
mod utils;
#[cfg(test)]
mod tests;
use auth::{auth_initiate, generate_authorization_header, recieve_handshake};
use db::{DatabaseInterface, DATA_ROOT_DIR};
@@ -104,7 +106,6 @@ pub fn run() {
fetch_library,
fetch_game,
// Downloads
download_game
])
.plugin(tauri_plugin_shell::init())
.setup(|app| {