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\