forked from jess/Acord
1
0
Fork 0

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.

This commit is contained in:
jess 2026-04-17 23:13:00 -07:00
parent 9ecb30574b
commit 9c7053d2dc
1 changed files with 0 additions and 2 deletions

View File

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