1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

Now the icon property can modify the icon of the windows exe file

This commit is contained in:
2022-05-01 19:59:22 +08:00
parent 15e5cde7e9
commit 93eb7bd1dc
5 changed files with 132 additions and 111 deletions

View File

@ -15,7 +15,7 @@ toml = "0.5"
wry = {version = "0.15", features = ["devtools"]}
[target.'cfg(windows)'.dependencies]
rcedit = {git = "https://github.com/Tim-Paik/rcedit-rs.git"}
rcedit = {git = "https://github.com/Tim-Paik/rcedit-rs.git", rev = "2805fca"}
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"