From ce130c48312b8434f6318c168b20ffeb17c2d34b Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Mon, 26 May 2025 18:50:37 +0000 Subject: [PATCH] Use a newer cx_Freeze --- .github/workflows/bundle_windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/bundle_windows.yml b/.github/workflows/bundle_windows.yml index 0b3c529..bcb06d6 100644 --- a/.github/workflows/bundle_windows.yml +++ b/.github/workflows/bundle_windows.yml @@ -41,8 +41,7 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt pip install -e . - # Pinned for now until I figure out why it freaks out on bundling PySide6 - pip install cx_freeze==6.15.15 + pip install cx_freeze - name: Bundle with cx_Freeze shell: bash