IRD wrapper exists and should be used

This commit is contained in:
Matt Nadareski
2025-10-29 08:57:01 -04:00
parent 07adfd20a3
commit 02d011228e

View File

@@ -28,7 +28,7 @@ namespace SabreTools.Serialization
WrapperType.IniFile => null,// TODO: Implement wrapper
WrapperType.InstallShieldArchiveV3 => InstallShieldArchiveV3.Create(data),
WrapperType.InstallShieldCAB => InstallShieldCabinet.Create(data),
WrapperType.IRD => null,// TODO: Implement wrapper
WrapperType.IRD => IRD.Create(data),
WrapperType.ISO9660 => ISO9660.Create(data),
WrapperType.LDSCRYPT => LDSCRYPT.Create(data),
WrapperType.LZKWAJ => LZKWAJ.Create(data),