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)