Skip to content

Commit 67ac6d4

Browse files
author
Mikachu2333
committed
bump to 2.8.4
1 parent 71d091d commit 67ac6d4

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "SC_Starter"
3-
version = "2.8.3"
3+
version = "2.8.4"
44
# 记得更新 types.rs 中 res的版本
55
edition = "2021"
66
build = "build.rs"

res/ScreenCapture.exe

9.21 KB
Binary file not shown.

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::{collections::HashMap, env, path::PathBuf};
22
use windows_hotkeys::keys::{ModKey, VKey};
33

44
/// 嵌入式 ScreenCapture 程序的相关信息与程序信息
5-
pub static RES_HASH_SHA1: &str = "218283A11979080FC4EAA8A48C0D942268989468";
5+
pub static RES_HASH_SHA1: &str = "5857D9E31E9B29739FA051DF537F36E8C1986528";
66
pub static RES_VERSION: &str = "2.3.3";
77
pub static PKG_VERSION: &str = env!("CARGO_PKG_VERSION");
88
pub static PKG_BUILD_TIME: &str = env!("VERGEN_BUILD_TIMESTAMP");

0 commit comments

Comments
 (0)