aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/src')
-rw-r--r--src-tauri/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs
index e5fe17e..8e60198 100644
--- a/src-tauri/src/main.rs
+++ b/src-tauri/src/main.rs
@@ -158,7 +158,7 @@ async fn start_game(
url: client_jar.url.clone(),
path: client_path.clone(),
sha1: client_jar.sha1.clone(),
- sha256: None,
+ sha256: client_jar.sha256.clone(),
});
// --- Libraries ---