Update to DIC 20241001

This commit is contained in:
Matt Nadareski
2024-10-01 22:44:41 -04:00
parent 1b8cca9999
commit 8a7761753b
2 changed files with 3 additions and 2 deletions

View File

@@ -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/

View File

@@ -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)