From 8a7761753bea2b5f04469a441a7ae53986a767a5 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 1 Oct 2024 22:44:41 -0400 Subject: [PATCH] Update to DIC 20241001 --- .github/workflows/build_ui.yml | 4 ++-- CHANGELIST.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ui.yml b/.github/workflows/build_ui.yml index 7c1c1b63..a2cc8a91 100644 --- a/.github/workflows/build_ui.yml +++ b/.github/workflows/build_ui.yml @@ -30,8 +30,8 @@ jobs: - name: Bundle DiscImageCreator run: | - wget https://github.com/user-attachments/files/16829197/DiscImageCreator_20240901.zip - unzip -u DiscImageCreator_20240901.zip + wget https://github.com/user-attachments/files/17211434/DiscImageCreator_20241001.zip + unzip -u DiscImageCreator_20241001.zip mkdir -p MPF.UI/bin/Debug/${{ matrix.framework }}/${{ matrix.runtime }}/publish/Programs/Creator mv Release_ANSI/* MPF.UI/bin/Debug/${{ matrix.framework }}/${{ matrix.runtime }}/publish/Programs/Creator/ diff --git a/CHANGELIST.md b/CHANGELIST.md index a17fc63e..8bc989cb 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -3,6 +3,7 @@ - Update to DIC 20240901 - Update BinaryObjectScanner to 3.1.14 - Fix SafeDisc filtering (TheRogueArchivist) +- Update to DIC 20241001 ### 3.2.2 (2024-09-24)