using .exe explicitly allows for usage through archlinux's pacman through wine. Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Generated by: for m in CLANG32 CLANG64 CLANGARM64; do for f in $(find . -name \*UCRT64.install); do n="$(echo "$f" | sed -e "s/UCRT64/${m}/")" sed -e "s/ucrt64/${m,,}/g" < "$f" > "$n" git add "$n" done done