mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-26 20:36:47 +00:00
Update Sue
This commit is contained in:
parent
8fbab06192
commit
ecdc84fba7
10
build.rs
10
build.rs
|
@ -9,13 +9,13 @@ fn main() {
|
|||
let is_android = cfg!(target_os = "android") || (cfg!(target_os = "linux") && target.contains("android")); // hack
|
||||
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
{
|
||||
let mut res = winres::WindowsResource::new();
|
||||
res.set_icon("res/sue.ico");
|
||||
res.compile().unwrap();
|
||||
}
|
||||
let mut res = winres::WindowsResource::new();
|
||||
res.set_icon("res/sue.ico");
|
||||
res.compile().unwrap();
|
||||
}
|
||||
|
||||
if target.contains("darwin") {
|
||||
println!("cargo:rustc-env=MACOSX_DEPLOYMENT_TARGET=10.15");
|
||||
|
|
BIN
res/sue.ico
BIN
res/sue.ico
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Loading…
Reference in a new issue