pop-os / keyboard-configurator

Keyboard configuration UI
GNU General Public License v3.0
261 stars 45 forks source link

windows: Fix `build.py` with latest msys2 #225

Closed ids1024 closed 8 months ago

ids1024 commented 8 months ago

It seems msys2 is no-longer packaging a 32-bit version of imagemagick. (But it's only a build dependency, so that's not a problem.)

I also see it using C:\windows\system32\convert.exe (an unrelated program) in some cases, even when which lists a different version? Odd, unless that was just caching.

Anyway, this installs and uses the right version.

This only changes the Windows build script and CI, so it won't impact behavior elsewhere.