From 9c7053d2dc38e617c65e7c9fce645cf87bad4042 Mon Sep 17 00:00:00 2001 From: jess Date: Fri, 17 Apr 2026 23:13:00 -0700 Subject: [PATCH] I win. Wingdings has an icon finally. There, Windows is supported now. Im gonna leave it at that, if someone is willing to test more thoroughly, great. Ill wait until someone actually ASKS for it to work on windows before I go any further tho. It seems like it works fine. --- windows/build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows/build.rs b/windows/build.rs index 5176f14..e5c49c5 100644 --- a/windows/build.rs +++ b/windows/build.rs @@ -1,8 +1,6 @@ fn main() { #[cfg(target_os = "windows")] { - use std::process::Command; - let svg = "../assets/Acord.svg"; let ico = "icon.ico"; let rc = "icon.rc";