From fb2067d379ecdaaaeaf309c39774a3609ecb38e7 Mon Sep 17 00:00:00 2001 From: te Date: Sat, 13 Apr 2024 21:57:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20lock=20in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.rs | 12 +----------- manifest.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 manifest.xml diff --git a/build.rs b/build.rs index bad34e2..ce1767b 100644 --- a/build.rs +++ b/build.rs @@ -4,17 +4,7 @@ extern crate winres; fn main() { let mut res = winres::WindowsResource::new(); - res.set_manifest(r#" - - - - - - - - - - "#); + res.set_manifest_file("manifest.xml"); res.compile().unwrap(); embed_resource::compile("tray.rc", embed_resource::NONE); diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..11eeefa --- /dev/null +++ b/manifest.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file