aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-15 10:43:02 +0800
committerGitHub <noreply@github.com>2026-01-15 10:43:02 +0800
commit1c288a13e12880b4668865cd001538f90ace8bb1 (patch)
tree0e83953692cae96949b2301cf8057b4b721eeb08 /src-tauri
parentd9cde37560f13f44862b5ee996973842b86725d2 (diff)
downloadDropOut-1c288a13e12880b4668865cd001538f90ace8bb1.tar.gz
DropOut-1c288a13e12880b4668865cd001538f90ace8bb1.zip
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'src-tauri')
-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 ---