From c683208f2cd11a2f0fb74edbdfe9e3002393a5bc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:20:24 +0000 Subject: [PATCH 1/3] Initial plan From daab8a55ab6f9cd556b028cfd9d561934c1e8f0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:22:52 +0000 Subject: [PATCH 2/3] fix: use glob pattern for uploading release binaries Co-authored-by: supervoidcoder <88671013+supervoidcoder@users.noreply.github.com> --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b3db71..abe329d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -298,10 +298,7 @@ jobs: tag_name: ${{ needs.prepare.outputs.version }} name: win-witr ${{ needs.prepare.outputs.version }} body: ${{ needs.prepare.outputs.notes }} - files: | - artifacts/win-witr-x64/win-witr-x64.exe - artifacts/win-witr-x86/win-witr-x86.exe - artifacts/win-witr-arm64/win-witr-arm64.exe + files: artifacts/**/*.exe draft: false prerelease: true env: From 3ca069aba0dea41b11fa065388e560120d260f95 Mon Sep 17 00:00:00 2001 From: supervoidcoder <88671013+supervoidcoder@users.noreply.github.com> Date: Mon, 19 Jan 2026 15:24:59 -0500 Subject: [PATCH 3/3] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 881f530..1cd0af0 100644 --- a/main.cpp +++ b/main.cpp @@ -3,7 +3,7 @@ // This file is part of win-witr. #include -#include +#include #include #include #include