diff options
| author | 2026-01-15 10:43:02 +0800 | |
|---|---|---|
| committer | 2026-01-15 10:43:02 +0800 | |
| commit | 1c288a13e12880b4668865cd001538f90ace8bb1 (patch) | |
| tree | 0e83953692cae96949b2301cf8057b4b721eeb08 /src-tauri/src/main.rs | |
| parent | d9cde37560f13f44862b5ee996973842b86725d2 (diff) | |
| download | DropOut-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/src/main.rs')
| -rw-r--r-- | src-tauri/src/main.rs | 2 |
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 --- |