chore: add license file, add icons, images flow, update readme
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
fn main() {
|
||||
slint_build::compile("ui/main.slint").unwrap();
|
||||
|
||||
if std::env::var("CARGO_CFG_TARGET_OS").as_deref() == Ok("windows") {
|
||||
let mut res = winresource::WindowsResource::new();
|
||||
res.set_icon("assets/app.ico");
|
||||
res.compile().unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user