1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-01-27 12:57:38 +00:00

Update Sue

This commit is contained in:
dawnDus 2022-03-22 13:49:25 -04:00
parent 8fbab06192
commit ecdc84fba7
No known key found for this signature in database
GPG key ID: 972AABDE81848F21
2 changed files with 5 additions and 5 deletions

View file

@ -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");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB