From e7f332c587673620160bdf7ad862efd2392bc2ee Mon Sep 17 00:00:00 2001 From: Developer Date: Mon, 16 Dec 2024 17:04:08 +0700 Subject: [PATCH] trying to fix windress issue again --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |