zoeyfyi / Boop-GTK

Port of @IvanMathy's Boop to GTK, a scriptable scratchpad for developers.
https://boop-gtk.zoey.fyi
MIT License
239 stars 13 forks source link

Fix a typo in build.rs #400

Open galmyk opened 2 months ago

galmyk commented 2 months ago

Fix a typo:

galmyk commented 2 months ago

Since you removed windows support, it seems better to remove:

    } else if cfg!(target_os = "window") {
        "glib-compile-resources.exe".to_owned()

lines from build.rs (I can submit another PR for this if you want)