diff --git a/CHANGELIST.md b/CHANGELIST.md index 8cea73e6..2655206a 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -38,6 +38,7 @@ - Temporarily remove .NET Framework 4.0 from UI - Get UI building with Framework 4.0 again - Support .NET Framework 3.5 in UI +- Update Redumper to build 268 ### 3.0.0 (2023-11-14) diff --git a/MPF.Core/Modules/Redumper/Constants.cs b/MPF.Core/Modules/Redumper/Constants.cs index 66a6dd25..91aba086 100644 --- a/MPF.Core/Modules/Redumper/Constants.cs +++ b/MPF.Core/Modules/Redumper/Constants.cs @@ -11,13 +11,15 @@ namespace MPF.Core.Modules.Redumper public const string BluRay = "bd"; // Synonym for CD public const string SACD = "sacd"; // Synonym for CD public const string Dump = "dump"; - public const string Info = "info"; - public const string Protection = "protection"; public const string Refine = "refine"; - public const string Split = "split"; public const string Verify = "verify"; public const string DVDKey = "dvdkey"; public const string DVDIsoKey = "dvdisokey"; + public const string Protection = "protection"; + public const string Split = "split"; + public const string Hash = "hash"; + public const string Info = "info"; + public const string Skeleton = "skeleton"; } /// diff --git a/MPF.Core/Modules/Redumper/Parameters.cs b/MPF.Core/Modules/Redumper/Parameters.cs index 24f9648f..eb57279f 100644 --- a/MPF.Core/Modules/Redumper/Parameters.cs +++ b/MPF.Core/Modules/Redumper/Parameters.cs @@ -1038,13 +1038,15 @@ namespace MPF.Core.Modules.Redumper case CommandStrings.BluRay: case CommandStrings.SACD: case CommandStrings.Dump: - case CommandStrings.Protection: case CommandStrings.Refine: - case CommandStrings.Split: case CommandStrings.Verify: case CommandStrings.DVDKey: case CommandStrings.DVDIsoKey: + case CommandStrings.Protection: + case CommandStrings.Split: + case CommandStrings.Hash: case CommandStrings.Info: + case CommandStrings.Skeleton: ModeValues.Add(part); break; diff --git a/appveyor.yml b/appveyor.yml index eb7a9491..42cd34a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,8 +48,8 @@ after_build: - 7z e DiscImageCreator_20230606.zip -oMPF\bin\Debug\net8.0-windows\win-x64\publish\Programs\Creator Release_ANSI\* # Redumper -- ps: appveyor DownloadFile https://github.com/superg/redumper/releases/download/build_247/redumper-2023.11.01_build247-win64.zip -- 7z e redumper-2023.11.01_build247-win64.zip -oMPF\bin\Debug\net8.0-windows\win-x64\publish\Programs\Redumper redumper-2023.11.01_build247-win64\bin\* +- ps: appveyor DownloadFile https://github.com/superg/redumper/releases/download/build_268/redumper-2023.11.27_build268-win64.zip +- 7z e redumper-2023.11.27_build268-win64.zip -oMPF\bin\Debug\net8.0-windows\win-x64\publish\Programs\Redumper redumper-2023.11.27_build268-win64\bin\* # Create MPF Debug archives - cd %APPVEYOR_BUILD_FOLDER%\MPF\bin\Debug\net8.0-windows\win-x64\publish\