添加了更多版本信息,这下1.0了

This commit is contained in:
shenjack 2024-01-21 21:42:09 +08:00
parent c3cd1a4e06
commit 09273881a6
Signed by: shenjack
GPG Key ID: 7B1134A979775551
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "call"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"winapi",
"winres",

View File

@ -1,6 +1,6 @@
[package]
name = "call"
version = "0.1.0"
version = "1.0.0"
description = "一个简单的用于不带控制台/带控制台调用其他程序的包装器"
edition = "2021"
build = "build.rs"

View File

@ -12,7 +12,7 @@ fn main() {
.set("CompanyName", "TSW (shenjack's workshop)")
.set("Comments", "一个简单的包装器")
.set("InternalName", "caller.exe")
.set("FileVersion", "0.2.0.0")
.set("ProductVersion", "1.0.0.0")
.set_language(winapi::um::winnt::MAKELANGID(
winapi::um::winnt::LANG_CHINESE_SIMPLIFIED,
winapi::um::winnt::SUBLANG_CHINESE_SIMPLIFIED,