Windows cleanups - closes #15

This commit is contained in:
kramo
2023-04-05 19:17:13 +02:00
parent 329fe098c5
commit 7647857617
3 changed files with 9 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ jobs:
meson setup _build
ninja -C _build install
pacman --noconfirm -Rs mingw-w64-ucrt-x86_64-python-pip mingw-w64-ucrt-x86_64-desktop-file-utils mingw-w64-ucrt-x86_64-meson git
find /ucrt64/share/locale/ -type f ! -name "*cartridges.mo" -delete
- name: "Inno Setup"
run: iscc ".\.windows\Cartridges.iss"
- name: "Upload Artifact"