oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.76k stars 220 forks source link

Use rsvg instead of imagemagick to make windows .ico; split up windows build #2037

Closed jagerman closed 1 year ago

jagerman commented 1 year ago

imagemagick is messing up the conversion, so just avoid it entirely and use rsvg-convert directly to do it instead.

jagerman commented 1 year ago

Without this, currently the installer icon looks like this:

image

which is the same crap macos was doing before rebuilding it to use rsvg. (We can't do this same bypass on mac, though, because there we also have to use imagemagick to paint pixels in the corner to avoid the R Kelly effect).

majestrate commented 1 year ago

also update the readme to note these new deps in the windows build