Fix iscc icon path

This commit is contained in:
kramo
2023-06-29 11:11:36 +02:00
parent 09a7504c78
commit 3b032ffb64
2 changed files with 2 additions and 4 deletions

View File

@@ -24,9 +24,7 @@ jobs:
pacman --noconfirm -Rs 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: |
dir .
dir .\_build
run: iscc ".\_build\Cartridges.iss"
- name: "Upload Artifact"
uses: actions/upload-artifact@v3
with: