forked from jess/Acord
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:
parent
9ecb30574b
commit
9c7053d2dc
|
|
@ -1,8 +1,6 @@
|
||||||
fn main() {
|
fn main() {
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
{
|
{
|
||||||
use std::process::Command;
|
|
||||||
|
|
||||||
let svg = "../assets/Acord.svg";
|
let svg = "../assets/Acord.svg";
|
||||||
let ico = "icon.ico";
|
let ico = "icon.ico";
|
||||||
let rc = "icon.rc";
|
let rc = "icon.rc";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue