diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9aa3575..6ac1a0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,8 @@ jobs: - name: Create Resource File shell: cmd run: | - "C:\msys64\mingw64\bin\windres.exe" icon.rc -O coff -o icon.syso + where windres + windres icon.rc -O coff -o icon.syso - name: Build run: |