From 7cd100bc53ce044ec6ea24d59c8137fca4d91de7 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 30 Oct 2023 12:09:38 -0400 Subject: [PATCH] Update Redumper to build 244 --- CHANGELIST.md | 1 + appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index fe93b1dd..10c10290 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -10,6 +10,7 @@ - Version-gate new switch statement - Ignore empty protection results - Remove and Sort Usings +- Update Redumper to build 244 ### 2.7.3 (2023-10-26) diff --git a/appveyor.yml b/appveyor.yml index 8d228f09..379e0692 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,8 +56,8 @@ after_build: - 7z e DiscImageCreator_20230606.zip -oMPF\bin\Debug\net6.0-windows\win-x64\publish\Programs\Creator Release_ANSI\* # Redumper -- ps: appveyor DownloadFile https://github.com/superg/redumper/releases/download/build_230/redumper-2023.10.14_build230-win64.zip -- 7z e redumper-2023.10.14_build230-win64.zip -oMPF\bin\Debug\net6.0-windows\win-x64\publish\Programs\Redumper redumper-2023.10.14_build230-win64\bin\* +- ps: appveyor DownloadFile https://github.com/superg/redumper/releases/download/build_244/redumper-2023.10.30_build244-win64.zip +- 7z e redumper-2023.10.30_build244-win64.zip -oMPF\bin\Debug\net6.0-windows\win-x64\publish\Programs\Redumper redumper-2023.10.30_build244-win64\bin\* # Create MPF Debug archives - cd %APPVEYOR_BUILD_FOLDER%\MPF\bin\Debug\net6.0-windows\win-x64\publish\