diff --git a/3rdparty/lzma.cmake b/3rdparty/lzma.cmake index 0468e41..986b51c 100644 --- a/3rdparty/lzma.cmake +++ b/3rdparty/lzma.cmake @@ -1,5 +1,5 @@ -set("LZMA_C_DIRECTORY" "3rdparty/lzma-21.03beta/C") -set("LZMA_ASM_DIRECTORY" "3rdparty/lzma-21.03beta/Asm") +set("LZMA_C_DIRECTORY" "3rdparty/lzma/C") +set("LZMA_ASM_DIRECTORY" "3rdparty/lzma/Asm") message(STATUS "LZMA VERSION: 21.03beta") diff --git a/3rdparty/lzma-21.03beta/Asm/arm/7zCrcOpt.asm b/3rdparty/lzma/Asm/arm/7zCrcOpt.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/arm/7zCrcOpt.asm rename to 3rdparty/lzma/Asm/arm/7zCrcOpt.asm diff --git a/3rdparty/lzma-21.03beta/Asm/arm64/7zAsm.S b/3rdparty/lzma/Asm/arm64/7zAsm.S similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/arm64/7zAsm.S rename to 3rdparty/lzma/Asm/arm64/7zAsm.S diff --git a/3rdparty/lzma-21.03beta/Asm/arm64/LzmaDecOpt.S b/3rdparty/lzma/Asm/arm64/LzmaDecOpt.S similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/arm64/LzmaDecOpt.S rename to 3rdparty/lzma/Asm/arm64/LzmaDecOpt.S diff --git a/3rdparty/lzma-21.03beta/Asm/x86/7zAsm.asm b/3rdparty/lzma/Asm/x86/7zAsm.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/x86/7zAsm.asm rename to 3rdparty/lzma/Asm/x86/7zAsm.asm diff --git a/3rdparty/lzma-21.03beta/Asm/x86/7zCrcOpt.asm b/3rdparty/lzma/Asm/x86/7zCrcOpt.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/x86/7zCrcOpt.asm rename to 3rdparty/lzma/Asm/x86/7zCrcOpt.asm diff --git a/3rdparty/lzma-21.03beta/Asm/x86/AesOpt.asm b/3rdparty/lzma/Asm/x86/AesOpt.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/x86/AesOpt.asm rename to 3rdparty/lzma/Asm/x86/AesOpt.asm diff --git a/3rdparty/lzma-21.03beta/Asm/x86/LzFindOpt.asm b/3rdparty/lzma/Asm/x86/LzFindOpt.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/x86/LzFindOpt.asm rename to 3rdparty/lzma/Asm/x86/LzFindOpt.asm diff --git a/3rdparty/lzma-21.03beta/Asm/x86/LzmaDecOpt.asm b/3rdparty/lzma/Asm/x86/LzmaDecOpt.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/x86/LzmaDecOpt.asm rename to 3rdparty/lzma/Asm/x86/LzmaDecOpt.asm diff --git a/3rdparty/lzma-21.03beta/Asm/x86/Sha256Opt.asm b/3rdparty/lzma/Asm/x86/Sha256Opt.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/x86/Sha256Opt.asm rename to 3rdparty/lzma/Asm/x86/Sha256Opt.asm diff --git a/3rdparty/lzma-21.03beta/Asm/x86/XzCrc64Opt.asm b/3rdparty/lzma/Asm/x86/XzCrc64Opt.asm similarity index 100% rename from 3rdparty/lzma-21.03beta/Asm/x86/XzCrc64Opt.asm rename to 3rdparty/lzma/Asm/x86/XzCrc64Opt.asm diff --git a/3rdparty/lzma-21.03beta/C/7z.h b/3rdparty/lzma/C/7z.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7z.h rename to 3rdparty/lzma/C/7z.h diff --git a/3rdparty/lzma-21.03beta/C/7zAlloc.c b/3rdparty/lzma/C/7zAlloc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zAlloc.c rename to 3rdparty/lzma/C/7zAlloc.c diff --git a/3rdparty/lzma-21.03beta/C/7zAlloc.h b/3rdparty/lzma/C/7zAlloc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zAlloc.h rename to 3rdparty/lzma/C/7zAlloc.h diff --git a/3rdparty/lzma-21.03beta/C/7zArcIn.c b/3rdparty/lzma/C/7zArcIn.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zArcIn.c rename to 3rdparty/lzma/C/7zArcIn.c diff --git a/3rdparty/lzma-21.03beta/C/7zBuf.c b/3rdparty/lzma/C/7zBuf.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zBuf.c rename to 3rdparty/lzma/C/7zBuf.c diff --git a/3rdparty/lzma-21.03beta/C/7zBuf.h b/3rdparty/lzma/C/7zBuf.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zBuf.h rename to 3rdparty/lzma/C/7zBuf.h diff --git a/3rdparty/lzma-21.03beta/C/7zBuf2.c b/3rdparty/lzma/C/7zBuf2.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zBuf2.c rename to 3rdparty/lzma/C/7zBuf2.c diff --git a/3rdparty/lzma-21.03beta/C/7zCrc.c b/3rdparty/lzma/C/7zCrc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zCrc.c rename to 3rdparty/lzma/C/7zCrc.c diff --git a/3rdparty/lzma-21.03beta/C/7zCrc.h b/3rdparty/lzma/C/7zCrc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zCrc.h rename to 3rdparty/lzma/C/7zCrc.h diff --git a/3rdparty/lzma-21.03beta/C/7zCrcOpt.c b/3rdparty/lzma/C/7zCrcOpt.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zCrcOpt.c rename to 3rdparty/lzma/C/7zCrcOpt.c diff --git a/3rdparty/lzma-21.03beta/C/7zDec.c b/3rdparty/lzma/C/7zDec.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zDec.c rename to 3rdparty/lzma/C/7zDec.c diff --git a/3rdparty/lzma-21.03beta/C/7zFile.c b/3rdparty/lzma/C/7zFile.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zFile.c rename to 3rdparty/lzma/C/7zFile.c diff --git a/3rdparty/lzma-21.03beta/C/7zFile.h b/3rdparty/lzma/C/7zFile.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zFile.h rename to 3rdparty/lzma/C/7zFile.h diff --git a/3rdparty/lzma-21.03beta/C/7zStream.c b/3rdparty/lzma/C/7zStream.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zStream.c rename to 3rdparty/lzma/C/7zStream.c diff --git a/3rdparty/lzma-21.03beta/C/7zTypes.h b/3rdparty/lzma/C/7zTypes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zTypes.h rename to 3rdparty/lzma/C/7zTypes.h diff --git a/3rdparty/lzma-21.03beta/C/7zVersion.h b/3rdparty/lzma/C/7zVersion.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zVersion.h rename to 3rdparty/lzma/C/7zVersion.h diff --git a/3rdparty/lzma-21.03beta/C/7zVersion.rc b/3rdparty/lzma/C/7zVersion.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zVersion.rc rename to 3rdparty/lzma/C/7zVersion.rc diff --git a/3rdparty/lzma-21.03beta/C/7zip_gcc_c.mak b/3rdparty/lzma/C/7zip_gcc_c.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/7zip_gcc_c.mak rename to 3rdparty/lzma/C/7zip_gcc_c.mak diff --git a/3rdparty/lzma-21.03beta/C/Aes.c b/3rdparty/lzma/C/Aes.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Aes.c rename to 3rdparty/lzma/C/Aes.c diff --git a/3rdparty/lzma-21.03beta/C/Aes.h b/3rdparty/lzma/C/Aes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Aes.h rename to 3rdparty/lzma/C/Aes.h diff --git a/3rdparty/lzma-21.03beta/C/AesOpt.c b/3rdparty/lzma/C/AesOpt.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/AesOpt.c rename to 3rdparty/lzma/C/AesOpt.c diff --git a/3rdparty/lzma-21.03beta/C/Alloc.c b/3rdparty/lzma/C/Alloc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Alloc.c rename to 3rdparty/lzma/C/Alloc.c diff --git a/3rdparty/lzma-21.03beta/C/Alloc.h b/3rdparty/lzma/C/Alloc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Alloc.h rename to 3rdparty/lzma/C/Alloc.h diff --git a/3rdparty/lzma-21.03beta/C/Bcj2.c b/3rdparty/lzma/C/Bcj2.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Bcj2.c rename to 3rdparty/lzma/C/Bcj2.c diff --git a/3rdparty/lzma-21.03beta/C/Bcj2.h b/3rdparty/lzma/C/Bcj2.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Bcj2.h rename to 3rdparty/lzma/C/Bcj2.h diff --git a/3rdparty/lzma-21.03beta/C/Bcj2Enc.c b/3rdparty/lzma/C/Bcj2Enc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Bcj2Enc.c rename to 3rdparty/lzma/C/Bcj2Enc.c diff --git a/3rdparty/lzma-21.03beta/C/Bra.c b/3rdparty/lzma/C/Bra.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Bra.c rename to 3rdparty/lzma/C/Bra.c diff --git a/3rdparty/lzma-21.03beta/C/Bra.h b/3rdparty/lzma/C/Bra.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Bra.h rename to 3rdparty/lzma/C/Bra.h diff --git a/3rdparty/lzma-21.03beta/C/Bra86.c b/3rdparty/lzma/C/Bra86.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Bra86.c rename to 3rdparty/lzma/C/Bra86.c diff --git a/3rdparty/lzma-21.03beta/C/BraIA64.c b/3rdparty/lzma/C/BraIA64.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/BraIA64.c rename to 3rdparty/lzma/C/BraIA64.c diff --git a/3rdparty/lzma-21.03beta/C/Compiler.h b/3rdparty/lzma/C/Compiler.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Compiler.h rename to 3rdparty/lzma/C/Compiler.h diff --git a/3rdparty/lzma-21.03beta/C/CpuArch.c b/3rdparty/lzma/C/CpuArch.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/CpuArch.c rename to 3rdparty/lzma/C/CpuArch.c diff --git a/3rdparty/lzma-21.03beta/C/CpuArch.h b/3rdparty/lzma/C/CpuArch.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/CpuArch.h rename to 3rdparty/lzma/C/CpuArch.h diff --git a/3rdparty/lzma-21.03beta/C/Delta.c b/3rdparty/lzma/C/Delta.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Delta.c rename to 3rdparty/lzma/C/Delta.c diff --git a/3rdparty/lzma-21.03beta/C/Delta.h b/3rdparty/lzma/C/Delta.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Delta.h rename to 3rdparty/lzma/C/Delta.h diff --git a/3rdparty/lzma-21.03beta/C/DllSecur.c b/3rdparty/lzma/C/DllSecur.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/DllSecur.c rename to 3rdparty/lzma/C/DllSecur.c diff --git a/3rdparty/lzma-21.03beta/C/DllSecur.h b/3rdparty/lzma/C/DllSecur.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/DllSecur.h rename to 3rdparty/lzma/C/DllSecur.h diff --git a/3rdparty/lzma-21.03beta/C/LzFind.c b/3rdparty/lzma/C/LzFind.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzFind.c rename to 3rdparty/lzma/C/LzFind.c diff --git a/3rdparty/lzma-21.03beta/C/LzFind.h b/3rdparty/lzma/C/LzFind.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzFind.h rename to 3rdparty/lzma/C/LzFind.h diff --git a/3rdparty/lzma-21.03beta/C/LzFindMt.c b/3rdparty/lzma/C/LzFindMt.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzFindMt.c rename to 3rdparty/lzma/C/LzFindMt.c diff --git a/3rdparty/lzma-21.03beta/C/LzFindMt.h b/3rdparty/lzma/C/LzFindMt.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzFindMt.h rename to 3rdparty/lzma/C/LzFindMt.h diff --git a/3rdparty/lzma-21.03beta/C/LzHash.h b/3rdparty/lzma/C/LzHash.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzHash.h rename to 3rdparty/lzma/C/LzHash.h diff --git a/3rdparty/lzma-21.03beta/C/Lzma2Dec.c b/3rdparty/lzma/C/Lzma2Dec.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma2Dec.c rename to 3rdparty/lzma/C/Lzma2Dec.c diff --git a/3rdparty/lzma-21.03beta/C/Lzma2Dec.h b/3rdparty/lzma/C/Lzma2Dec.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma2Dec.h rename to 3rdparty/lzma/C/Lzma2Dec.h diff --git a/3rdparty/lzma-21.03beta/C/Lzma2DecMt.c b/3rdparty/lzma/C/Lzma2DecMt.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma2DecMt.c rename to 3rdparty/lzma/C/Lzma2DecMt.c diff --git a/3rdparty/lzma-21.03beta/C/Lzma2DecMt.h b/3rdparty/lzma/C/Lzma2DecMt.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma2DecMt.h rename to 3rdparty/lzma/C/Lzma2DecMt.h diff --git a/3rdparty/lzma-21.03beta/C/Lzma2Enc.c b/3rdparty/lzma/C/Lzma2Enc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma2Enc.c rename to 3rdparty/lzma/C/Lzma2Enc.c diff --git a/3rdparty/lzma-21.03beta/C/Lzma2Enc.h b/3rdparty/lzma/C/Lzma2Enc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma2Enc.h rename to 3rdparty/lzma/C/Lzma2Enc.h diff --git a/3rdparty/lzma-21.03beta/C/Lzma86.h b/3rdparty/lzma/C/Lzma86.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma86.h rename to 3rdparty/lzma/C/Lzma86.h diff --git a/3rdparty/lzma-21.03beta/C/Lzma86Dec.c b/3rdparty/lzma/C/Lzma86Dec.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma86Dec.c rename to 3rdparty/lzma/C/Lzma86Dec.c diff --git a/3rdparty/lzma-21.03beta/C/Lzma86Enc.c b/3rdparty/lzma/C/Lzma86Enc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Lzma86Enc.c rename to 3rdparty/lzma/C/Lzma86Enc.c diff --git a/3rdparty/lzma-21.03beta/C/LzmaDec.c b/3rdparty/lzma/C/LzmaDec.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzmaDec.c rename to 3rdparty/lzma/C/LzmaDec.c diff --git a/3rdparty/lzma-21.03beta/C/LzmaDec.h b/3rdparty/lzma/C/LzmaDec.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzmaDec.h rename to 3rdparty/lzma/C/LzmaDec.h diff --git a/3rdparty/lzma-21.03beta/C/LzmaEnc.c b/3rdparty/lzma/C/LzmaEnc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzmaEnc.c rename to 3rdparty/lzma/C/LzmaEnc.c diff --git a/3rdparty/lzma-21.03beta/C/LzmaEnc.h b/3rdparty/lzma/C/LzmaEnc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzmaEnc.h rename to 3rdparty/lzma/C/LzmaEnc.h diff --git a/3rdparty/lzma-21.03beta/C/LzmaLib.c b/3rdparty/lzma/C/LzmaLib.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzmaLib.c rename to 3rdparty/lzma/C/LzmaLib.c diff --git a/3rdparty/lzma-21.03beta/C/LzmaLib.h b/3rdparty/lzma/C/LzmaLib.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/LzmaLib.h rename to 3rdparty/lzma/C/LzmaLib.h diff --git a/3rdparty/lzma-21.03beta/C/MtCoder.c b/3rdparty/lzma/C/MtCoder.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/MtCoder.c rename to 3rdparty/lzma/C/MtCoder.c diff --git a/3rdparty/lzma-21.03beta/C/MtCoder.h b/3rdparty/lzma/C/MtCoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/MtCoder.h rename to 3rdparty/lzma/C/MtCoder.h diff --git a/3rdparty/lzma-21.03beta/C/MtDec.c b/3rdparty/lzma/C/MtDec.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/MtDec.c rename to 3rdparty/lzma/C/MtDec.c diff --git a/3rdparty/lzma-21.03beta/C/MtDec.h b/3rdparty/lzma/C/MtDec.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/MtDec.h rename to 3rdparty/lzma/C/MtDec.h diff --git a/3rdparty/lzma-21.03beta/C/Ppmd.h b/3rdparty/lzma/C/Ppmd.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Ppmd.h rename to 3rdparty/lzma/C/Ppmd.h diff --git a/3rdparty/lzma-21.03beta/C/Ppmd7.c b/3rdparty/lzma/C/Ppmd7.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Ppmd7.c rename to 3rdparty/lzma/C/Ppmd7.c diff --git a/3rdparty/lzma-21.03beta/C/Ppmd7.h b/3rdparty/lzma/C/Ppmd7.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Ppmd7.h rename to 3rdparty/lzma/C/Ppmd7.h diff --git a/3rdparty/lzma-21.03beta/C/Ppmd7Dec.c b/3rdparty/lzma/C/Ppmd7Dec.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Ppmd7Dec.c rename to 3rdparty/lzma/C/Ppmd7Dec.c diff --git a/3rdparty/lzma-21.03beta/C/Ppmd7Enc.c b/3rdparty/lzma/C/Ppmd7Enc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Ppmd7Enc.c rename to 3rdparty/lzma/C/Ppmd7Enc.c diff --git a/3rdparty/lzma-21.03beta/C/Precomp.h b/3rdparty/lzma/C/Precomp.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Precomp.h rename to 3rdparty/lzma/C/Precomp.h diff --git a/3rdparty/lzma-21.03beta/C/RotateDefs.h b/3rdparty/lzma/C/RotateDefs.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/RotateDefs.h rename to 3rdparty/lzma/C/RotateDefs.h diff --git a/3rdparty/lzma-21.03beta/C/Sha256.c b/3rdparty/lzma/C/Sha256.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Sha256.c rename to 3rdparty/lzma/C/Sha256.c diff --git a/3rdparty/lzma-21.03beta/C/Sha256.h b/3rdparty/lzma/C/Sha256.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Sha256.h rename to 3rdparty/lzma/C/Sha256.h diff --git a/3rdparty/lzma-21.03beta/C/Sha256Opt.c b/3rdparty/lzma/C/Sha256Opt.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Sha256Opt.c rename to 3rdparty/lzma/C/Sha256Opt.c diff --git a/3rdparty/lzma-21.03beta/C/Sort.c b/3rdparty/lzma/C/Sort.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Sort.c rename to 3rdparty/lzma/C/Sort.c diff --git a/3rdparty/lzma-21.03beta/C/Sort.h b/3rdparty/lzma/C/Sort.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Sort.h rename to 3rdparty/lzma/C/Sort.h diff --git a/3rdparty/lzma-21.03beta/C/Threads.c b/3rdparty/lzma/C/Threads.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Threads.c rename to 3rdparty/lzma/C/Threads.c diff --git a/3rdparty/lzma-21.03beta/C/Threads.h b/3rdparty/lzma/C/Threads.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Threads.h rename to 3rdparty/lzma/C/Threads.h diff --git a/3rdparty/lzma-21.03beta/C/Util/7z/7z.dsp b/3rdparty/lzma/C/Util/7z/7z.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/7z/7z.dsp rename to 3rdparty/lzma/C/Util/7z/7z.dsp diff --git a/3rdparty/lzma-21.03beta/C/Util/7z/7z.dsw b/3rdparty/lzma/C/Util/7z/7z.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/7z/7z.dsw rename to 3rdparty/lzma/C/Util/7z/7z.dsw diff --git a/3rdparty/lzma-21.03beta/C/Util/7z/7zMain.c b/3rdparty/lzma/C/Util/7z/7zMain.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/7z/7zMain.c rename to 3rdparty/lzma/C/Util/7z/7zMain.c diff --git a/3rdparty/lzma-21.03beta/C/Util/7z/Precomp.c b/3rdparty/lzma/C/Util/7z/Precomp.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/7z/Precomp.c rename to 3rdparty/lzma/C/Util/7z/Precomp.c diff --git a/3rdparty/lzma-21.03beta/C/Util/7z/Precomp.h b/3rdparty/lzma/C/Util/7z/Precomp.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/7z/Precomp.h rename to 3rdparty/lzma/C/Util/7z/Precomp.h diff --git a/3rdparty/lzma-21.03beta/C/Util/7z/makefile b/3rdparty/lzma/C/Util/7z/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/7z/makefile rename to 3rdparty/lzma/C/Util/7z/makefile diff --git a/3rdparty/lzma-21.03beta/C/Util/7z/makefile.gcc b/3rdparty/lzma/C/Util/7z/makefile.gcc similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/7z/makefile.gcc rename to 3rdparty/lzma/C/Util/7z/makefile.gcc diff --git a/3rdparty/lzma-21.03beta/C/Util/Lzma/LzmaUtil.c b/3rdparty/lzma/C/Util/Lzma/LzmaUtil.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/Lzma/LzmaUtil.c rename to 3rdparty/lzma/C/Util/Lzma/LzmaUtil.c diff --git a/3rdparty/lzma-21.03beta/C/Util/Lzma/LzmaUtil.dsp b/3rdparty/lzma/C/Util/Lzma/LzmaUtil.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/Lzma/LzmaUtil.dsp rename to 3rdparty/lzma/C/Util/Lzma/LzmaUtil.dsp diff --git a/3rdparty/lzma-21.03beta/C/Util/Lzma/LzmaUtil.dsw b/3rdparty/lzma/C/Util/Lzma/LzmaUtil.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/Lzma/LzmaUtil.dsw rename to 3rdparty/lzma/C/Util/Lzma/LzmaUtil.dsw diff --git a/3rdparty/lzma-21.03beta/C/Util/Lzma/makefile b/3rdparty/lzma/C/Util/Lzma/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/Lzma/makefile rename to 3rdparty/lzma/C/Util/Lzma/makefile diff --git a/3rdparty/lzma-21.03beta/C/Util/Lzma/makefile.gcc b/3rdparty/lzma/C/Util/Lzma/makefile.gcc similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/Lzma/makefile.gcc rename to 3rdparty/lzma/C/Util/Lzma/makefile.gcc diff --git a/3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLib.def b/3rdparty/lzma/C/Util/LzmaLib/LzmaLib.def similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLib.def rename to 3rdparty/lzma/C/Util/LzmaLib/LzmaLib.def diff --git a/3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLib.dsp b/3rdparty/lzma/C/Util/LzmaLib/LzmaLib.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLib.dsp rename to 3rdparty/lzma/C/Util/LzmaLib/LzmaLib.dsp diff --git a/3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLib.dsw b/3rdparty/lzma/C/Util/LzmaLib/LzmaLib.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLib.dsw rename to 3rdparty/lzma/C/Util/LzmaLib/LzmaLib.dsw diff --git a/3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLibExports.c b/3rdparty/lzma/C/Util/LzmaLib/LzmaLibExports.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/LzmaLib/LzmaLibExports.c rename to 3rdparty/lzma/C/Util/LzmaLib/LzmaLibExports.c diff --git a/3rdparty/lzma-21.03beta/C/Util/LzmaLib/makefile b/3rdparty/lzma/C/Util/LzmaLib/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/LzmaLib/makefile rename to 3rdparty/lzma/C/Util/LzmaLib/makefile diff --git a/3rdparty/lzma-21.03beta/C/Util/LzmaLib/resource.rc b/3rdparty/lzma/C/Util/LzmaLib/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/LzmaLib/resource.rc rename to 3rdparty/lzma/C/Util/LzmaLib/resource.rc diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/Precomp.c b/3rdparty/lzma/C/Util/SfxSetup/Precomp.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/Precomp.c rename to 3rdparty/lzma/C/Util/SfxSetup/Precomp.c diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/Precomp.h b/3rdparty/lzma/C/Util/SfxSetup/Precomp.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/Precomp.h rename to 3rdparty/lzma/C/Util/SfxSetup/Precomp.h diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/SfxSetup.c b/3rdparty/lzma/C/Util/SfxSetup/SfxSetup.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/SfxSetup.c rename to 3rdparty/lzma/C/Util/SfxSetup/SfxSetup.c diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/SfxSetup.dsp b/3rdparty/lzma/C/Util/SfxSetup/SfxSetup.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/SfxSetup.dsp rename to 3rdparty/lzma/C/Util/SfxSetup/SfxSetup.dsp diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/SfxSetup.dsw b/3rdparty/lzma/C/Util/SfxSetup/SfxSetup.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/SfxSetup.dsw rename to 3rdparty/lzma/C/Util/SfxSetup/SfxSetup.dsw diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/makefile b/3rdparty/lzma/C/Util/SfxSetup/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/makefile rename to 3rdparty/lzma/C/Util/SfxSetup/makefile diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/makefile_con b/3rdparty/lzma/C/Util/SfxSetup/makefile_con similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/makefile_con rename to 3rdparty/lzma/C/Util/SfxSetup/makefile_con diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/resource.rc b/3rdparty/lzma/C/Util/SfxSetup/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/resource.rc rename to 3rdparty/lzma/C/Util/SfxSetup/resource.rc diff --git a/3rdparty/lzma-21.03beta/C/Util/SfxSetup/setup.ico b/3rdparty/lzma/C/Util/SfxSetup/setup.ico similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Util/SfxSetup/setup.ico rename to 3rdparty/lzma/C/Util/SfxSetup/setup.ico diff --git a/3rdparty/lzma-21.03beta/C/Xz.c b/3rdparty/lzma/C/Xz.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Xz.c rename to 3rdparty/lzma/C/Xz.c diff --git a/3rdparty/lzma-21.03beta/C/Xz.h b/3rdparty/lzma/C/Xz.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/Xz.h rename to 3rdparty/lzma/C/Xz.h diff --git a/3rdparty/lzma-21.03beta/C/XzCrc64.c b/3rdparty/lzma/C/XzCrc64.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/XzCrc64.c rename to 3rdparty/lzma/C/XzCrc64.c diff --git a/3rdparty/lzma-21.03beta/C/XzCrc64.h b/3rdparty/lzma/C/XzCrc64.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/XzCrc64.h rename to 3rdparty/lzma/C/XzCrc64.h diff --git a/3rdparty/lzma-21.03beta/C/XzCrc64Opt.c b/3rdparty/lzma/C/XzCrc64Opt.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/XzCrc64Opt.c rename to 3rdparty/lzma/C/XzCrc64Opt.c diff --git a/3rdparty/lzma-21.03beta/C/XzDec.c b/3rdparty/lzma/C/XzDec.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/XzDec.c rename to 3rdparty/lzma/C/XzDec.c diff --git a/3rdparty/lzma-21.03beta/C/XzEnc.c b/3rdparty/lzma/C/XzEnc.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/XzEnc.c rename to 3rdparty/lzma/C/XzEnc.c diff --git a/3rdparty/lzma-21.03beta/C/XzEnc.h b/3rdparty/lzma/C/XzEnc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/C/XzEnc.h rename to 3rdparty/lzma/C/XzEnc.h diff --git a/3rdparty/lzma-21.03beta/C/XzIn.c b/3rdparty/lzma/C/XzIn.c similarity index 100% rename from 3rdparty/lzma-21.03beta/C/XzIn.c rename to 3rdparty/lzma/C/XzIn.c diff --git a/3rdparty/lzma-21.03beta/C/var_clang.mak b/3rdparty/lzma/C/var_clang.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_clang.mak rename to 3rdparty/lzma/C/var_clang.mak diff --git a/3rdparty/lzma-21.03beta/C/var_clang_arm64.mak b/3rdparty/lzma/C/var_clang_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_clang_arm64.mak rename to 3rdparty/lzma/C/var_clang_arm64.mak diff --git a/3rdparty/lzma-21.03beta/C/var_clang_x64.mak b/3rdparty/lzma/C/var_clang_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_clang_x64.mak rename to 3rdparty/lzma/C/var_clang_x64.mak diff --git a/3rdparty/lzma-21.03beta/C/var_clang_x86.mak b/3rdparty/lzma/C/var_clang_x86.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_clang_x86.mak rename to 3rdparty/lzma/C/var_clang_x86.mak diff --git a/3rdparty/lzma-21.03beta/C/var_gcc.mak b/3rdparty/lzma/C/var_gcc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_gcc.mak rename to 3rdparty/lzma/C/var_gcc.mak diff --git a/3rdparty/lzma-21.03beta/C/var_gcc_arm64.mak b/3rdparty/lzma/C/var_gcc_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_gcc_arm64.mak rename to 3rdparty/lzma/C/var_gcc_arm64.mak diff --git a/3rdparty/lzma-21.03beta/C/var_gcc_x64.mak b/3rdparty/lzma/C/var_gcc_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_gcc_x64.mak rename to 3rdparty/lzma/C/var_gcc_x64.mak diff --git a/3rdparty/lzma-21.03beta/C/var_gcc_x86.mak b/3rdparty/lzma/C/var_gcc_x86.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_gcc_x86.mak rename to 3rdparty/lzma/C/var_gcc_x86.mak diff --git a/3rdparty/lzma-21.03beta/C/var_mac_arm64.mak b/3rdparty/lzma/C/var_mac_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_mac_arm64.mak rename to 3rdparty/lzma/C/var_mac_arm64.mak diff --git a/3rdparty/lzma-21.03beta/C/var_mac_x64.mak b/3rdparty/lzma/C/var_mac_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/var_mac_x64.mak rename to 3rdparty/lzma/C/var_mac_x64.mak diff --git a/3rdparty/lzma-21.03beta/C/warn_clang.mak b/3rdparty/lzma/C/warn_clang.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/warn_clang.mak rename to 3rdparty/lzma/C/warn_clang.mak diff --git a/3rdparty/lzma-21.03beta/C/warn_clang_mac.mak b/3rdparty/lzma/C/warn_clang_mac.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/warn_clang_mac.mak rename to 3rdparty/lzma/C/warn_clang_mac.mak diff --git a/3rdparty/lzma-21.03beta/C/warn_gcc.mak b/3rdparty/lzma/C/warn_gcc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/C/warn_gcc.mak rename to 3rdparty/lzma/C/warn_gcc.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/7zip.mak b/3rdparty/lzma/CPP/7zip/7zip.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/7zip.mak rename to 3rdparty/lzma/CPP/7zip/7zip.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/7zip_gcc.mak b/3rdparty/lzma/CPP/7zip/7zip_gcc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/7zip_gcc.mak rename to 3rdparty/lzma/CPP/7zip/7zip_gcc.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Aes.mak b/3rdparty/lzma/CPP/7zip/Aes.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Aes.mak rename to 3rdparty/lzma/CPP/7zip/Aes.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zCompressionMode.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zCompressionMode.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zCompressionMode.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zCompressionMode.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zDecode.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zDecode.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zDecode.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zDecode.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zDecode.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zDecode.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zDecode.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zDecode.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zEncode.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zEncode.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zEncode.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zEncode.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zEncode.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zEncode.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zEncode.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zEncode.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zExtract.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zExtract.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zExtract.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zExtract.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zFolderInStream.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zFolderInStream.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zFolderInStream.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zFolderInStream.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHandler.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zHandler.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHandler.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zHandler.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHandler.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zHandler.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHandler.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zHandler.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHandlerOut.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHandlerOut.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHeader.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zHeader.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHeader.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zHeader.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHeader.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zHeader.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zHeader.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zHeader.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zIn.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zIn.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zIn.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zIn.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zIn.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zIn.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zIn.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zIn.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zItem.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zItem.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zItem.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zItem.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zOut.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zOut.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zOut.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zOut.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zOut.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zOut.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zOut.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zOut.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zProperties.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zProperties.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zProperties.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zProperties.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zProperties.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zProperties.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zProperties.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zProperties.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zRegister.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zRegister.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zRegister.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zRegister.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zSpecStream.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zSpecStream.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zSpecStream.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zSpecStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zSpecStream.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zSpecStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zUpdate.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zUpdate.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zUpdate.h b/3rdparty/lzma/CPP/7zip/Archive/7z/7zUpdate.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/7zUpdate.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/7zUpdate.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Archive/7z/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/7z/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/StdAfx.h b/3rdparty/lzma/CPP/7zip/Archive/7z/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/7z/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Archive/7z/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Archive.def b/3rdparty/lzma/CPP/7zip/Archive/Archive.def similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Archive.def rename to 3rdparty/lzma/CPP/7zip/Archive/Archive.def diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Archive2.def b/3rdparty/lzma/CPP/7zip/Archive/Archive2.def similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Archive2.def rename to 3rdparty/lzma/CPP/7zip/Archive/Archive2.def diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/ArchiveExports.cpp b/3rdparty/lzma/CPP/7zip/Archive/ArchiveExports.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/ArchiveExports.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/ArchiveExports.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/CoderMixer2.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/CoderMixer2.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/CoderMixer2.h b/3rdparty/lzma/CPP/7zip/Archive/Common/CoderMixer2.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/CoderMixer2.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/CoderMixer2.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/DummyOutStream.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/DummyOutStream.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/DummyOutStream.h b/3rdparty/lzma/CPP/7zip/Archive/Common/DummyOutStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/DummyOutStream.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/DummyOutStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/HandlerOut.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/HandlerOut.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/HandlerOut.h b/3rdparty/lzma/CPP/7zip/Archive/Common/HandlerOut.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/HandlerOut.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/HandlerOut.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/InStreamWithCRC.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/InStreamWithCRC.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/InStreamWithCRC.h b/3rdparty/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/InStreamWithCRC.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ItemNameUtils.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ItemNameUtils.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ItemNameUtils.h b/3rdparty/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ItemNameUtils.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/MultiStream.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/MultiStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/MultiStream.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/MultiStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/MultiStream.h b/3rdparty/lzma/CPP/7zip/Archive/Common/MultiStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/MultiStream.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/MultiStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/OutStreamWithCRC.h b/3rdparty/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/OutStreamWithCRC.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ParseProperties.cpp b/3rdparty/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ParseProperties.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ParseProperties.h b/3rdparty/lzma/CPP/7zip/Archive/Common/ParseProperties.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/ParseProperties.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/ParseProperties.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/StdAfx.h b/3rdparty/lzma/CPP/7zip/Archive/Common/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Common/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Archive/Common/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/DllExports2.cpp b/3rdparty/lzma/CPP/7zip/Archive/DllExports2.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/DllExports2.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/DllExports2.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/IArchive.h b/3rdparty/lzma/CPP/7zip/Archive/IArchive.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/IArchive.h rename to 3rdparty/lzma/CPP/7zip/Archive/IArchive.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/Icons/7z.ico b/3rdparty/lzma/CPP/7zip/Archive/Icons/7z.ico similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/Icons/7z.ico rename to 3rdparty/lzma/CPP/7zip/Archive/Icons/7z.ico diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/LzmaHandler.cpp b/3rdparty/lzma/CPP/7zip/Archive/LzmaHandler.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/LzmaHandler.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/LzmaHandler.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/SplitHandler.cpp b/3rdparty/lzma/CPP/7zip/Archive/SplitHandler.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/SplitHandler.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/SplitHandler.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/StdAfx.h b/3rdparty/lzma/CPP/7zip/Archive/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Archive/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/XzHandler.cpp b/3rdparty/lzma/CPP/7zip/Archive/XzHandler.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/XzHandler.cpp rename to 3rdparty/lzma/CPP/7zip/Archive/XzHandler.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Archive/XzHandler.h b/3rdparty/lzma/CPP/7zip/Archive/XzHandler.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Archive/XzHandler.h rename to 3rdparty/lzma/CPP/7zip/Archive/XzHandler.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Asm.mak b/3rdparty/lzma/CPP/7zip/Asm.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Asm.mak rename to 3rdparty/lzma/CPP/7zip/Asm.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/Alone.dsp b/3rdparty/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/Alone.dsp rename to 3rdparty/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/Alone.dsw b/3rdparty/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/Alone.dsw rename to 3rdparty/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/StdAfx.h b/3rdparty/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/makefile b/3rdparty/lzma/CPP/7zip/Bundles/Alone7z/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/makefile rename to 3rdparty/lzma/CPP/7zip/Bundles/Alone7z/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/makefile.gcc b/3rdparty/lzma/CPP/7zip/Bundles/Alone7z/makefile.gcc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/makefile.gcc rename to 3rdparty/lzma/CPP/7zip/Bundles/Alone7z/makefile.gcc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/resource.rc b/3rdparty/lzma/CPP/7zip/Bundles/Alone7z/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Alone7z/resource.rc rename to 3rdparty/lzma/CPP/7zip/Bundles/Alone7z/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h b/3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/makefile b/3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/makefile rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/resource.rc b/3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zExtractR/resource.rc rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/StdAfx.h b/3rdparty/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/makefile b/3rdparty/lzma/CPP/7zip/Bundles/Format7zR/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/makefile rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zR/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/resource.rc b/3rdparty/lzma/CPP/7zip/Bundles/Format7zR/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/Format7zR/resource.rc rename to 3rdparty/lzma/CPP/7zip/Bundles/Format7zR/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsp b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsp rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsw b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsw rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/LzmaCon.dsw diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/StdAfx.h b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/makefile b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/makefile rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/makefile.gcc b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/makefile.gcc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/makefile.gcc rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/makefile.gcc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/resource.rc b/3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaCon/resource.rc rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaCon/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaSpec/LzmaSpec.cpp b/3rdparty/lzma/CPP/7zip/Bundles/LzmaSpec/LzmaSpec.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/LzmaSpec/LzmaSpec.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/LzmaSpec/LzmaSpec.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/7z.ico b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/7z.ico similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/7z.ico rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/7z.ico diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/SFXCon.dsp b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/SFXCon.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/SFXCon.dsp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/SFXCon.dsp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/SFXCon.dsw b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/SFXCon.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/SFXCon.dsw rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/SFXCon.dsw diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/SfxCon.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/SfxCon.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/SfxCon.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/SfxCon.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/StdAfx.h b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/makefile b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/makefile rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/makefile.gcc b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/makefile.gcc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/makefile.gcc rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/makefile.gcc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/resource.rc b/3rdparty/lzma/CPP/7zip/Bundles/SFXCon/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXCon/resource.rc rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXCon/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.h b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractCallbackSfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractEngine.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractEngine.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractEngine.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractEngine.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/ExtractEngine.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsw b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsw rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/SFXSetup.dsw diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/SfxSetup.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/SfxSetup.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/SfxSetup.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/SfxSetup.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/StdAfx.h b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/makefile b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/makefile rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/resource.h b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/resource.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/resource.h rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/resource.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/resource.rc b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/resource.rc rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/setup.ico b/3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/setup.ico similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXSetup/setup.ico rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXSetup/setup.ico diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/7z.ico b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/7z.ico similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/7z.ico rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/7z.ico diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/SFXWin.dsp b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/SFXWin.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/SFXWin.dsp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/SFXWin.dsp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/SFXWin.dsw b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/SFXWin.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/SFXWin.dsw rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/SFXWin.dsw diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/SfxWin.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/SfxWin.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/SfxWin.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/SfxWin.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/StdAfx.h b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/makefile b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/makefile rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/resource.h b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/resource.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/resource.h rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/resource.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/resource.rc b/3rdparty/lzma/CPP/7zip/Bundles/SFXWin/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Bundles/SFXWin/resource.rc rename to 3rdparty/lzma/CPP/7zip/Bundles/SFXWin/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/CWrappers.cpp b/3rdparty/lzma/CPP/7zip/Common/CWrappers.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/CWrappers.cpp rename to 3rdparty/lzma/CPP/7zip/Common/CWrappers.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/CWrappers.h b/3rdparty/lzma/CPP/7zip/Common/CWrappers.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/CWrappers.h rename to 3rdparty/lzma/CPP/7zip/Common/CWrappers.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/CreateCoder.cpp b/3rdparty/lzma/CPP/7zip/Common/CreateCoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/CreateCoder.cpp rename to 3rdparty/lzma/CPP/7zip/Common/CreateCoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/CreateCoder.h b/3rdparty/lzma/CPP/7zip/Common/CreateCoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/CreateCoder.h rename to 3rdparty/lzma/CPP/7zip/Common/CreateCoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/FilePathAutoRename.cpp b/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/FilePathAutoRename.cpp rename to 3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/FilePathAutoRename.h b/3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/FilePathAutoRename.h rename to 3rdparty/lzma/CPP/7zip/Common/FilePathAutoRename.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/FileStreams.cpp b/3rdparty/lzma/CPP/7zip/Common/FileStreams.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/FileStreams.cpp rename to 3rdparty/lzma/CPP/7zip/Common/FileStreams.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/FileStreams.h b/3rdparty/lzma/CPP/7zip/Common/FileStreams.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/FileStreams.h rename to 3rdparty/lzma/CPP/7zip/Common/FileStreams.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/FilterCoder.cpp b/3rdparty/lzma/CPP/7zip/Common/FilterCoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/FilterCoder.cpp rename to 3rdparty/lzma/CPP/7zip/Common/FilterCoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/FilterCoder.h b/3rdparty/lzma/CPP/7zip/Common/FilterCoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/FilterCoder.h rename to 3rdparty/lzma/CPP/7zip/Common/FilterCoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/InBuffer.cpp b/3rdparty/lzma/CPP/7zip/Common/InBuffer.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/InBuffer.cpp rename to 3rdparty/lzma/CPP/7zip/Common/InBuffer.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/InBuffer.h b/3rdparty/lzma/CPP/7zip/Common/InBuffer.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/InBuffer.h rename to 3rdparty/lzma/CPP/7zip/Common/InBuffer.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/InOutTempBuffer.cpp b/3rdparty/lzma/CPP/7zip/Common/InOutTempBuffer.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/InOutTempBuffer.cpp rename to 3rdparty/lzma/CPP/7zip/Common/InOutTempBuffer.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/InOutTempBuffer.h b/3rdparty/lzma/CPP/7zip/Common/InOutTempBuffer.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/InOutTempBuffer.h rename to 3rdparty/lzma/CPP/7zip/Common/InOutTempBuffer.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/LimitedStreams.cpp b/3rdparty/lzma/CPP/7zip/Common/LimitedStreams.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/LimitedStreams.cpp rename to 3rdparty/lzma/CPP/7zip/Common/LimitedStreams.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/LimitedStreams.h b/3rdparty/lzma/CPP/7zip/Common/LimitedStreams.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/LimitedStreams.h rename to 3rdparty/lzma/CPP/7zip/Common/LimitedStreams.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/LockedStream.cpp b/3rdparty/lzma/CPP/7zip/Common/LockedStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/LockedStream.cpp rename to 3rdparty/lzma/CPP/7zip/Common/LockedStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/LockedStream.h b/3rdparty/lzma/CPP/7zip/Common/LockedStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/LockedStream.h rename to 3rdparty/lzma/CPP/7zip/Common/LockedStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodId.cpp b/3rdparty/lzma/CPP/7zip/Common/MethodId.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodId.cpp rename to 3rdparty/lzma/CPP/7zip/Common/MethodId.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodId.h b/3rdparty/lzma/CPP/7zip/Common/MethodId.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodId.h rename to 3rdparty/lzma/CPP/7zip/Common/MethodId.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodProps.cpp b/3rdparty/lzma/CPP/7zip/Common/MethodProps.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodProps.cpp rename to 3rdparty/lzma/CPP/7zip/Common/MethodProps.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodProps.h b/3rdparty/lzma/CPP/7zip/Common/MethodProps.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/MethodProps.h rename to 3rdparty/lzma/CPP/7zip/Common/MethodProps.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/OffsetStream.cpp b/3rdparty/lzma/CPP/7zip/Common/OffsetStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/OffsetStream.cpp rename to 3rdparty/lzma/CPP/7zip/Common/OffsetStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/OffsetStream.h b/3rdparty/lzma/CPP/7zip/Common/OffsetStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/OffsetStream.h rename to 3rdparty/lzma/CPP/7zip/Common/OffsetStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/OutBuffer.cpp b/3rdparty/lzma/CPP/7zip/Common/OutBuffer.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/OutBuffer.cpp rename to 3rdparty/lzma/CPP/7zip/Common/OutBuffer.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/OutBuffer.h b/3rdparty/lzma/CPP/7zip/Common/OutBuffer.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/OutBuffer.h rename to 3rdparty/lzma/CPP/7zip/Common/OutBuffer.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/ProgressUtils.cpp b/3rdparty/lzma/CPP/7zip/Common/ProgressUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/ProgressUtils.cpp rename to 3rdparty/lzma/CPP/7zip/Common/ProgressUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/ProgressUtils.h b/3rdparty/lzma/CPP/7zip/Common/ProgressUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/ProgressUtils.h rename to 3rdparty/lzma/CPP/7zip/Common/ProgressUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/PropId.cpp b/3rdparty/lzma/CPP/7zip/Common/PropId.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/PropId.cpp rename to 3rdparty/lzma/CPP/7zip/Common/PropId.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/RegisterArc.h b/3rdparty/lzma/CPP/7zip/Common/RegisterArc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/RegisterArc.h rename to 3rdparty/lzma/CPP/7zip/Common/RegisterArc.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/RegisterCodec.h b/3rdparty/lzma/CPP/7zip/Common/RegisterCodec.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/RegisterCodec.h rename to 3rdparty/lzma/CPP/7zip/Common/RegisterCodec.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/StdAfx.h b/3rdparty/lzma/CPP/7zip/Common/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Common/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamBinder.cpp b/3rdparty/lzma/CPP/7zip/Common/StreamBinder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamBinder.cpp rename to 3rdparty/lzma/CPP/7zip/Common/StreamBinder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamBinder.h b/3rdparty/lzma/CPP/7zip/Common/StreamBinder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamBinder.h rename to 3rdparty/lzma/CPP/7zip/Common/StreamBinder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamObjects.cpp b/3rdparty/lzma/CPP/7zip/Common/StreamObjects.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamObjects.cpp rename to 3rdparty/lzma/CPP/7zip/Common/StreamObjects.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamObjects.h b/3rdparty/lzma/CPP/7zip/Common/StreamObjects.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamObjects.h rename to 3rdparty/lzma/CPP/7zip/Common/StreamObjects.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamUtils.cpp b/3rdparty/lzma/CPP/7zip/Common/StreamUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamUtils.cpp rename to 3rdparty/lzma/CPP/7zip/Common/StreamUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamUtils.h b/3rdparty/lzma/CPP/7zip/Common/StreamUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/StreamUtils.h rename to 3rdparty/lzma/CPP/7zip/Common/StreamUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/UniqBlocks.cpp b/3rdparty/lzma/CPP/7zip/Common/UniqBlocks.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/UniqBlocks.cpp rename to 3rdparty/lzma/CPP/7zip/Common/UniqBlocks.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/UniqBlocks.h b/3rdparty/lzma/CPP/7zip/Common/UniqBlocks.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/UniqBlocks.h rename to 3rdparty/lzma/CPP/7zip/Common/UniqBlocks.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/VirtThread.cpp b/3rdparty/lzma/CPP/7zip/Common/VirtThread.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/VirtThread.cpp rename to 3rdparty/lzma/CPP/7zip/Common/VirtThread.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Common/VirtThread.h b/3rdparty/lzma/CPP/7zip/Common/VirtThread.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Common/VirtThread.h rename to 3rdparty/lzma/CPP/7zip/Common/VirtThread.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Bcj2Coder.cpp b/3rdparty/lzma/CPP/7zip/Compress/Bcj2Coder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Bcj2Coder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/Bcj2Coder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Bcj2Coder.h b/3rdparty/lzma/CPP/7zip/Compress/Bcj2Coder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Bcj2Coder.h rename to 3rdparty/lzma/CPP/7zip/Compress/Bcj2Coder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Bcj2Register.cpp b/3rdparty/lzma/CPP/7zip/Compress/Bcj2Register.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Bcj2Register.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/Bcj2Register.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/BcjCoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/BcjCoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/BcjCoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/BcjCoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/BcjCoder.h b/3rdparty/lzma/CPP/7zip/Compress/BcjCoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/BcjCoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/BcjCoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/BcjRegister.cpp b/3rdparty/lzma/CPP/7zip/Compress/BcjRegister.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/BcjRegister.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/BcjRegister.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/BranchMisc.cpp b/3rdparty/lzma/CPP/7zip/Compress/BranchMisc.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/BranchMisc.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/BranchMisc.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/BranchMisc.h b/3rdparty/lzma/CPP/7zip/Compress/BranchMisc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/BranchMisc.h rename to 3rdparty/lzma/CPP/7zip/Compress/BranchMisc.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/BranchRegister.cpp b/3rdparty/lzma/CPP/7zip/Compress/BranchRegister.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/BranchRegister.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/BranchRegister.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/ByteSwap.cpp b/3rdparty/lzma/CPP/7zip/Compress/ByteSwap.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/ByteSwap.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/ByteSwap.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/CodecExports.cpp b/3rdparty/lzma/CPP/7zip/Compress/CodecExports.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/CodecExports.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/CodecExports.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/CopyCoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/CopyCoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/CopyCoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/CopyCoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/CopyCoder.h b/3rdparty/lzma/CPP/7zip/Compress/CopyCoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/CopyCoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/CopyCoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/CopyRegister.cpp b/3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/CopyRegister.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/CopyRegister.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/DeltaFilter.cpp b/3rdparty/lzma/CPP/7zip/Compress/DeltaFilter.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/DeltaFilter.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/DeltaFilter.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Decoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/Lzma2Decoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Decoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/Lzma2Decoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Decoder.h b/3rdparty/lzma/CPP/7zip/Compress/Lzma2Decoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Decoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/Lzma2Decoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Encoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/Lzma2Encoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Encoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/Lzma2Encoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Encoder.h b/3rdparty/lzma/CPP/7zip/Compress/Lzma2Encoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Encoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/Lzma2Encoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Register.cpp b/3rdparty/lzma/CPP/7zip/Compress/Lzma2Register.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/Lzma2Register.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/Lzma2Register.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaDecoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/LzmaDecoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaDecoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/LzmaDecoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaDecoder.h b/3rdparty/lzma/CPP/7zip/Compress/LzmaDecoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaDecoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/LzmaDecoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaEncoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/LzmaEncoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaEncoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/LzmaEncoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaEncoder.h b/3rdparty/lzma/CPP/7zip/Compress/LzmaEncoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaEncoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/LzmaEncoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaRegister.cpp b/3rdparty/lzma/CPP/7zip/Compress/LzmaRegister.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/LzmaRegister.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/LzmaRegister.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdDecoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/PpmdDecoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdDecoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/PpmdDecoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdDecoder.h b/3rdparty/lzma/CPP/7zip/Compress/PpmdDecoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdDecoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/PpmdDecoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdEncoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/PpmdEncoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdEncoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/PpmdEncoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdEncoder.h b/3rdparty/lzma/CPP/7zip/Compress/PpmdEncoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdEncoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/PpmdEncoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdRegister.cpp b/3rdparty/lzma/CPP/7zip/Compress/PpmdRegister.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/PpmdRegister.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/PpmdRegister.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/StdAfx.h b/3rdparty/lzma/CPP/7zip/Compress/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Compress/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzDecoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/XzDecoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzDecoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/XzDecoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzDecoder.h b/3rdparty/lzma/CPP/7zip/Compress/XzDecoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzDecoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/XzDecoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzEncoder.cpp b/3rdparty/lzma/CPP/7zip/Compress/XzEncoder.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzEncoder.cpp rename to 3rdparty/lzma/CPP/7zip/Compress/XzEncoder.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzEncoder.h b/3rdparty/lzma/CPP/7zip/Compress/XzEncoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Compress/XzEncoder.h rename to 3rdparty/lzma/CPP/7zip/Compress/XzEncoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crc.mak b/3rdparty/lzma/CPP/7zip/Crc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crc.mak rename to 3rdparty/lzma/CPP/7zip/Crc.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crc64.mak b/3rdparty/lzma/CPP/7zip/Crc64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crc64.mak rename to 3rdparty/lzma/CPP/7zip/Crc64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/7zAes.cpp b/3rdparty/lzma/CPP/7zip/Crypto/7zAes.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/7zAes.cpp rename to 3rdparty/lzma/CPP/7zip/Crypto/7zAes.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/7zAes.h b/3rdparty/lzma/CPP/7zip/Crypto/7zAes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/7zAes.h rename to 3rdparty/lzma/CPP/7zip/Crypto/7zAes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/7zAesRegister.cpp b/3rdparty/lzma/CPP/7zip/Crypto/7zAesRegister.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/7zAesRegister.cpp rename to 3rdparty/lzma/CPP/7zip/Crypto/7zAesRegister.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/MyAes.cpp b/3rdparty/lzma/CPP/7zip/Crypto/MyAes.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/MyAes.cpp rename to 3rdparty/lzma/CPP/7zip/Crypto/MyAes.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/MyAes.h b/3rdparty/lzma/CPP/7zip/Crypto/MyAes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/MyAes.h rename to 3rdparty/lzma/CPP/7zip/Crypto/MyAes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/MyAesReg.cpp b/3rdparty/lzma/CPP/7zip/Crypto/MyAesReg.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/MyAesReg.cpp rename to 3rdparty/lzma/CPP/7zip/Crypto/MyAesReg.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/RandGen.cpp b/3rdparty/lzma/CPP/7zip/Crypto/RandGen.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/RandGen.cpp rename to 3rdparty/lzma/CPP/7zip/Crypto/RandGen.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/RandGen.h b/3rdparty/lzma/CPP/7zip/Crypto/RandGen.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/RandGen.h rename to 3rdparty/lzma/CPP/7zip/Crypto/RandGen.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Crypto/StdAfx.h b/3rdparty/lzma/CPP/7zip/Crypto/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Crypto/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/Crypto/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/GuiCommon.rc b/3rdparty/lzma/CPP/7zip/GuiCommon.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/GuiCommon.rc rename to 3rdparty/lzma/CPP/7zip/GuiCommon.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Guid.txt b/3rdparty/lzma/CPP/7zip/Guid.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Guid.txt rename to 3rdparty/lzma/CPP/7zip/Guid.txt diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/ICoder.h b/3rdparty/lzma/CPP/7zip/ICoder.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/ICoder.h rename to 3rdparty/lzma/CPP/7zip/ICoder.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/IDecl.h b/3rdparty/lzma/CPP/7zip/IDecl.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/IDecl.h rename to 3rdparty/lzma/CPP/7zip/IDecl.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/IPassword.h b/3rdparty/lzma/CPP/7zip/IPassword.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/IPassword.h rename to 3rdparty/lzma/CPP/7zip/IPassword.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/IProgress.h b/3rdparty/lzma/CPP/7zip/IProgress.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/IProgress.h rename to 3rdparty/lzma/CPP/7zip/IProgress.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/IStream.h b/3rdparty/lzma/CPP/7zip/IStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/IStream.h rename to 3rdparty/lzma/CPP/7zip/IStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/LzFindOpt.mak b/3rdparty/lzma/CPP/7zip/LzFindOpt.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/LzFindOpt.mak rename to 3rdparty/lzma/CPP/7zip/LzFindOpt.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/LzmaDec.mak b/3rdparty/lzma/CPP/7zip/LzmaDec.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/LzmaDec.mak rename to 3rdparty/lzma/CPP/7zip/LzmaDec.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/LzmaDec_gcc.mak b/3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/LzmaDec_gcc.mak rename to 3rdparty/lzma/CPP/7zip/LzmaDec_gcc.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/MyVersion.h b/3rdparty/lzma/CPP/7zip/MyVersion.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/MyVersion.h rename to 3rdparty/lzma/CPP/7zip/MyVersion.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/MyVersionInfo.rc b/3rdparty/lzma/CPP/7zip/MyVersionInfo.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/MyVersionInfo.rc rename to 3rdparty/lzma/CPP/7zip/MyVersionInfo.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/PropID.h b/3rdparty/lzma/CPP/7zip/PropID.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/PropID.h rename to 3rdparty/lzma/CPP/7zip/PropID.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/Sha256.mak b/3rdparty/lzma/CPP/7zip/Sha256.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/Sha256.mak rename to 3rdparty/lzma/CPP/7zip/Sha256.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/SubBuild.mak b/3rdparty/lzma/CPP/7zip/SubBuild.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/SubBuild.mak rename to 3rdparty/lzma/CPP/7zip/SubBuild.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/Client7z.cpp b/3rdparty/lzma/CPP/7zip/UI/Client7z/Client7z.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/Client7z.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/Client7z.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/Client7z.dsp b/3rdparty/lzma/CPP/7zip/UI/Client7z/Client7z.dsp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/Client7z.dsp rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/Client7z.dsp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/Client7z.dsw b/3rdparty/lzma/CPP/7zip/UI/Client7z/Client7z.dsw similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/Client7z.dsw rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/Client7z.dsw diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/StdAfx.h b/3rdparty/lzma/CPP/7zip/UI/Client7z/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/makefile b/3rdparty/lzma/CPP/7zip/UI/Client7z/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/makefile rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/makefile.gcc b/3rdparty/lzma/CPP/7zip/UI/Client7z/makefile.gcc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/makefile.gcc rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/makefile.gcc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/resource.rc b/3rdparty/lzma/CPP/7zip/UI/Client7z/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Client7z/resource.rc rename to 3rdparty/lzma/CPP/7zip/UI/Client7z/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveCommandLine.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveCommandLine.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveCommandLine.h b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveCommandLine.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveExtractCallback.h b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveExtractCallback.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveName.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveName.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveName.h b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveName.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveName.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveOpenCallback.h b/3rdparty/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ArchiveOpenCallback.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Bench.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/Bench.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Bench.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/Bench.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Bench.h b/3rdparty/lzma/CPP/7zip/UI/Common/Bench.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Bench.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/Bench.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/DefaultName.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/DefaultName.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/DefaultName.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/DefaultName.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/DefaultName.h b/3rdparty/lzma/CPP/7zip/UI/Common/DefaultName.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/DefaultName.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/DefaultName.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/DirItem.h b/3rdparty/lzma/CPP/7zip/UI/Common/DirItem.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/DirItem.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/DirItem.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/EnumDirItems.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/EnumDirItems.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/EnumDirItems.h b/3rdparty/lzma/CPP/7zip/UI/Common/EnumDirItems.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/EnumDirItems.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/EnumDirItems.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExitCode.h b/3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExitCode.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ExitCode.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Extract.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/Extract.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Extract.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/Extract.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Extract.h b/3rdparty/lzma/CPP/7zip/UI/Common/Extract.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Extract.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/Extract.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExtractMode.h b/3rdparty/lzma/CPP/7zip/UI/Common/ExtractMode.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExtractMode.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ExtractMode.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExtractingFilePath.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExtractingFilePath.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExtractingFilePath.h b/3rdparty/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ExtractingFilePath.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/HashCalc.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/HashCalc.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/HashCalc.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/HashCalc.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/HashCalc.h b/3rdparty/lzma/CPP/7zip/UI/Common/HashCalc.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/HashCalc.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/HashCalc.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/IFileExtractCallback.h b/3rdparty/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/IFileExtractCallback.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/LoadCodecs.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/LoadCodecs.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/LoadCodecs.h b/3rdparty/lzma/CPP/7zip/UI/Common/LoadCodecs.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/LoadCodecs.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/LoadCodecs.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/OpenArchive.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/OpenArchive.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/OpenArchive.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/OpenArchive.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/OpenArchive.h b/3rdparty/lzma/CPP/7zip/UI/Common/OpenArchive.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/OpenArchive.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/OpenArchive.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/PropIDUtils.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/PropIDUtils.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/PropIDUtils.h b/3rdparty/lzma/CPP/7zip/UI/Common/PropIDUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/PropIDUtils.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/PropIDUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Property.h b/3rdparty/lzma/CPP/7zip/UI/Common/Property.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Property.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/Property.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SetProperties.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/SetProperties.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SetProperties.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/SetProperties.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SetProperties.h b/3rdparty/lzma/CPP/7zip/UI/Common/SetProperties.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SetProperties.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/SetProperties.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SortUtils.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/SortUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SortUtils.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/SortUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SortUtils.h b/3rdparty/lzma/CPP/7zip/UI/Common/SortUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/SortUtils.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/SortUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/StdAfx.h b/3rdparty/lzma/CPP/7zip/UI/Common/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/TempFiles.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/TempFiles.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/TempFiles.h b/3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/TempFiles.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/TempFiles.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Update.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/Update.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Update.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/Update.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Update.h b/3rdparty/lzma/CPP/7zip/UI/Common/Update.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/Update.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/Update.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateAction.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/UpdateAction.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateAction.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdateAction.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateAction.h b/3rdparty/lzma/CPP/7zip/UI/Common/UpdateAction.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateAction.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdateAction.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateCallback.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateCallback.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateCallback.h b/3rdparty/lzma/CPP/7zip/UI/Common/UpdateCallback.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateCallback.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdateCallback.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdatePair.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/UpdatePair.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdatePair.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdatePair.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdatePair.h b/3rdparty/lzma/CPP/7zip/UI/Common/UpdatePair.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdatePair.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdatePair.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateProduce.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateProduce.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateProduce.h b/3rdparty/lzma/CPP/7zip/UI/Common/UpdateProduce.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/UpdateProduce.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/UpdateProduce.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/WorkDir.cpp b/3rdparty/lzma/CPP/7zip/UI/Common/WorkDir.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/WorkDir.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Common/WorkDir.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/WorkDir.h b/3rdparty/lzma/CPP/7zip/UI/Common/WorkDir.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/WorkDir.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/WorkDir.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ZipRegistry.h b/3rdparty/lzma/CPP/7zip/UI/Common/ZipRegistry.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Common/ZipRegistry.h rename to 3rdparty/lzma/CPP/7zip/UI/Common/ZipRegistry.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/BenchCon.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/BenchCon.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/BenchCon.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/BenchCon.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/BenchCon.h b/3rdparty/lzma/CPP/7zip/UI/Console/BenchCon.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/BenchCon.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/BenchCon.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/Console.mak b/3rdparty/lzma/CPP/7zip/UI/Console/Console.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/Console.mak rename to 3rdparty/lzma/CPP/7zip/UI/Console/Console.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/Console.manifest b/3rdparty/lzma/CPP/7zip/UI/Console/Console.manifest similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/Console.manifest rename to 3rdparty/lzma/CPP/7zip/UI/Console/Console.manifest diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ConsoleClose.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ConsoleClose.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ConsoleClose.h b/3rdparty/lzma/CPP/7zip/UI/Console/ConsoleClose.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ConsoleClose.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/ConsoleClose.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ExtractCallbackConsole.h b/3rdparty/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/ExtractCallbackConsole.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/HashCon.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/HashCon.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/HashCon.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/HashCon.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/HashCon.h b/3rdparty/lzma/CPP/7zip/UI/Console/HashCon.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/HashCon.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/HashCon.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/List.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/List.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/List.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/List.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/List.h b/3rdparty/lzma/CPP/7zip/UI/Console/List.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/List.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/List.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/Main.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/Main.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/Main.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/Main.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/MainAr.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/MainAr.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/MainAr.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/MainAr.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/OpenCallbackConsole.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/OpenCallbackConsole.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/OpenCallbackConsole.h b/3rdparty/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/OpenCallbackConsole.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/PercentPrinter.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/PercentPrinter.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/PercentPrinter.h b/3rdparty/lzma/CPP/7zip/UI/Console/PercentPrinter.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/PercentPrinter.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/PercentPrinter.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/StdAfx.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/StdAfx.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/StdAfx.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/StdAfx.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/StdAfx.h b/3rdparty/lzma/CPP/7zip/UI/Console/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/StdAfx.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UpdateCallbackConsole.h b/3rdparty/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UpdateCallbackConsole.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UserInputUtils.cpp b/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UserInputUtils.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UserInputUtils.h b/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/UserInputUtils.h rename to 3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/makefile b/3rdparty/lzma/CPP/7zip/UI/Console/makefile similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/makefile rename to 3rdparty/lzma/CPP/7zip/UI/Console/makefile diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/makefile.gcc b/3rdparty/lzma/CPP/7zip/UI/Console/makefile.gcc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/makefile.gcc rename to 3rdparty/lzma/CPP/7zip/UI/Console/makefile.gcc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/resource.rc b/3rdparty/lzma/CPP/7zip/UI/Console/resource.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Console/resource.rc rename to 3rdparty/lzma/CPP/7zip/UI/Console/resource.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Explorer/MyMessages.cpp b/3rdparty/lzma/CPP/7zip/UI/Explorer/MyMessages.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Explorer/MyMessages.cpp rename to 3rdparty/lzma/CPP/7zip/UI/Explorer/MyMessages.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/Explorer/MyMessages.h b/3rdparty/lzma/CPP/7zip/UI/Explorer/MyMessages.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/Explorer/MyMessages.h rename to 3rdparty/lzma/CPP/7zip/UI/Explorer/MyMessages.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/BrowseDialog.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/BrowseDialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/BrowseDialog.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/BrowseDialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/BrowseDialog.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/BrowseDialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/BrowseDialog.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/BrowseDialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/BrowseDialogRes.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/BrowseDialogRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/BrowseDialogRes.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/BrowseDialogRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ComboDialog.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/ComboDialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ComboDialog.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ComboDialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ComboDialog.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/ComboDialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ComboDialog.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ComboDialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ComboDialogRes.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/ComboDialogRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ComboDialogRes.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ComboDialogRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/DialogSize.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/DialogSize.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/DialogSize.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/DialogSize.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ExtractCallback.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/ExtractCallback.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ExtractCallback.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ExtractCallback.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ExtractCallback.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/ExtractCallback.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ExtractCallback.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ExtractCallback.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/FormatUtils.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/FormatUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/FormatUtils.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/FormatUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/FormatUtils.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/FormatUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/FormatUtils.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/FormatUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/LangUtils.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/LangUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/LangUtils.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/LangUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/MyWindowsNew.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/MyWindowsNew.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/MyWindowsNew.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/MyWindowsNew.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialog.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialog.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialog.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialog.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialog.rc b/3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialog.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialog.rc rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialog.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialogRes.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialogRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/OverwriteDialogRes.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/OverwriteDialogRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialog.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialog.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialog.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialog.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialog.rc b/3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialog.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialog.rc rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialog.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialogRes.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialogRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PasswordDialogRes.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/PasswordDialogRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog.rc b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog.rc rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2.rc b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2.rc rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2Res.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2Res.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2Res.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2Res.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2a.rc b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2a.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialog2a.rc rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialog2a.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialogRes.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialogRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/ProgressDialogRes.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/ProgressDialogRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PropertyName.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/PropertyName.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PropertyName.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/PropertyName.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PropertyName.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/PropertyName.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PropertyName.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/PropertyName.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PropertyNameRes.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/PropertyNameRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/PropertyNameRes.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/PropertyNameRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/SysIconUtils.cpp b/3rdparty/lzma/CPP/7zip/UI/FileManager/SysIconUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/SysIconUtils.cpp rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/SysIconUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/SysIconUtils.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/SysIconUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/SysIconUtils.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/SysIconUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/resource.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/resource.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/resource.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/resource.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/resourceGui.h b/3rdparty/lzma/CPP/7zip/UI/FileManager/resourceGui.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/FileManager/resourceGui.h rename to 3rdparty/lzma/CPP/7zip/UI/FileManager/resourceGui.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/Extract.rc b/3rdparty/lzma/CPP/7zip/UI/GUI/Extract.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/Extract.rc rename to 3rdparty/lzma/CPP/7zip/UI/GUI/Extract.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialog.cpp b/3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialog.cpp rename to 3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialog.h b/3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialog.h rename to 3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialog.rc b/3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialog.rc similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialog.rc rename to 3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialog.rc diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialogRes.h b/3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialogRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractDialogRes.h rename to 3rdparty/lzma/CPP/7zip/UI/GUI/ExtractDialogRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractGUI.cpp b/3rdparty/lzma/CPP/7zip/UI/GUI/ExtractGUI.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractGUI.cpp rename to 3rdparty/lzma/CPP/7zip/UI/GUI/ExtractGUI.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractGUI.h b/3rdparty/lzma/CPP/7zip/UI/GUI/ExtractGUI.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractGUI.h rename to 3rdparty/lzma/CPP/7zip/UI/GUI/ExtractGUI.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractRes.h b/3rdparty/lzma/CPP/7zip/UI/GUI/ExtractRes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/ExtractRes.h rename to 3rdparty/lzma/CPP/7zip/UI/GUI/ExtractRes.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/HashGUI.h b/3rdparty/lzma/CPP/7zip/UI/GUI/HashGUI.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/HashGUI.h rename to 3rdparty/lzma/CPP/7zip/UI/GUI/HashGUI.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/resource2.h b/3rdparty/lzma/CPP/7zip/UI/GUI/resource2.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/UI/GUI/resource2.h rename to 3rdparty/lzma/CPP/7zip/UI/GUI/resource2.h diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang.mak b/3rdparty/lzma/CPP/7zip/cmpl_clang.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_clang.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang_arm64.mak b/3rdparty/lzma/CPP/7zip/cmpl_clang_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang_arm64.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_clang_arm64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang_x64.mak b/3rdparty/lzma/CPP/7zip/cmpl_clang_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang_x64.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_clang_x64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang_x86.mak b/3rdparty/lzma/CPP/7zip/cmpl_clang_x86.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_clang_x86.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_clang_x86.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc.mak b/3rdparty/lzma/CPP/7zip/cmpl_gcc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_gcc.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc_arm64.mak b/3rdparty/lzma/CPP/7zip/cmpl_gcc_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc_arm64.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_gcc_arm64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc_x64.mak b/3rdparty/lzma/CPP/7zip/cmpl_gcc_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc_x64.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_gcc_x64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc_x86.mak b/3rdparty/lzma/CPP/7zip/cmpl_gcc_x86.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_gcc_x86.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_gcc_x86.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_mac_arm64.mak b/3rdparty/lzma/CPP/7zip/cmpl_mac_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_mac_arm64.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_mac_arm64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/cmpl_mac_x64.mak b/3rdparty/lzma/CPP/7zip/cmpl_mac_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/cmpl_mac_x64.mak rename to 3rdparty/lzma/CPP/7zip/cmpl_mac_x64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_clang.mak b/3rdparty/lzma/CPP/7zip/var_clang.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_clang.mak rename to 3rdparty/lzma/CPP/7zip/var_clang.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_clang_arm64.mak b/3rdparty/lzma/CPP/7zip/var_clang_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_clang_arm64.mak rename to 3rdparty/lzma/CPP/7zip/var_clang_arm64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_clang_x64.mak b/3rdparty/lzma/CPP/7zip/var_clang_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_clang_x64.mak rename to 3rdparty/lzma/CPP/7zip/var_clang_x64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_clang_x86.mak b/3rdparty/lzma/CPP/7zip/var_clang_x86.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_clang_x86.mak rename to 3rdparty/lzma/CPP/7zip/var_clang_x86.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_gcc.mak b/3rdparty/lzma/CPP/7zip/var_gcc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_gcc.mak rename to 3rdparty/lzma/CPP/7zip/var_gcc.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_gcc_arm64.mak b/3rdparty/lzma/CPP/7zip/var_gcc_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_gcc_arm64.mak rename to 3rdparty/lzma/CPP/7zip/var_gcc_arm64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_gcc_x64.mak b/3rdparty/lzma/CPP/7zip/var_gcc_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_gcc_x64.mak rename to 3rdparty/lzma/CPP/7zip/var_gcc_x64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_gcc_x86.mak b/3rdparty/lzma/CPP/7zip/var_gcc_x86.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_gcc_x86.mak rename to 3rdparty/lzma/CPP/7zip/var_gcc_x86.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_mac_arm64.mak b/3rdparty/lzma/CPP/7zip/var_mac_arm64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_mac_arm64.mak rename to 3rdparty/lzma/CPP/7zip/var_mac_arm64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/var_mac_x64.mak b/3rdparty/lzma/CPP/7zip/var_mac_x64.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/var_mac_x64.mak rename to 3rdparty/lzma/CPP/7zip/var_mac_x64.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/warn_clang.mak b/3rdparty/lzma/CPP/7zip/warn_clang.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/warn_clang.mak rename to 3rdparty/lzma/CPP/7zip/warn_clang.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/warn_clang_mac.mak b/3rdparty/lzma/CPP/7zip/warn_clang_mac.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/warn_clang_mac.mak rename to 3rdparty/lzma/CPP/7zip/warn_clang_mac.mak diff --git a/3rdparty/lzma-21.03beta/CPP/7zip/warn_gcc.mak b/3rdparty/lzma/CPP/7zip/warn_gcc.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/7zip/warn_gcc.mak rename to 3rdparty/lzma/CPP/7zip/warn_gcc.mak diff --git a/3rdparty/lzma-21.03beta/CPP/Build.mak b/3rdparty/lzma/CPP/Build.mak similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Build.mak rename to 3rdparty/lzma/CPP/Build.mak diff --git a/3rdparty/lzma-21.03beta/CPP/Common/AutoPtr.h b/3rdparty/lzma/CPP/Common/AutoPtr.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/AutoPtr.h rename to 3rdparty/lzma/CPP/Common/AutoPtr.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/CRC.cpp b/3rdparty/lzma/CPP/Common/CRC.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/CRC.cpp rename to 3rdparty/lzma/CPP/Common/CRC.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/C_FileIO.cpp b/3rdparty/lzma/CPP/Common/C_FileIO.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/C_FileIO.cpp rename to 3rdparty/lzma/CPP/Common/C_FileIO.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/C_FileIO.h b/3rdparty/lzma/CPP/Common/C_FileIO.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/C_FileIO.h rename to 3rdparty/lzma/CPP/Common/C_FileIO.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/ComTry.h b/3rdparty/lzma/CPP/Common/ComTry.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/ComTry.h rename to 3rdparty/lzma/CPP/Common/ComTry.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/CommandLineParser.cpp b/3rdparty/lzma/CPP/Common/CommandLineParser.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/CommandLineParser.cpp rename to 3rdparty/lzma/CPP/Common/CommandLineParser.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/CommandLineParser.h b/3rdparty/lzma/CPP/Common/CommandLineParser.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/CommandLineParser.h rename to 3rdparty/lzma/CPP/Common/CommandLineParser.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/Common.h b/3rdparty/lzma/CPP/Common/Common.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/Common.h rename to 3rdparty/lzma/CPP/Common/Common.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/CrcReg.cpp b/3rdparty/lzma/CPP/Common/CrcReg.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/CrcReg.cpp rename to 3rdparty/lzma/CPP/Common/CrcReg.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/Defs.h b/3rdparty/lzma/CPP/Common/Defs.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/Defs.h rename to 3rdparty/lzma/CPP/Common/Defs.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/DynamicBuffer.h b/3rdparty/lzma/CPP/Common/DynamicBuffer.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/DynamicBuffer.h rename to 3rdparty/lzma/CPP/Common/DynamicBuffer.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/IntToString.cpp b/3rdparty/lzma/CPP/Common/IntToString.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/IntToString.cpp rename to 3rdparty/lzma/CPP/Common/IntToString.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/IntToString.h b/3rdparty/lzma/CPP/Common/IntToString.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/IntToString.h rename to 3rdparty/lzma/CPP/Common/IntToString.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/Lang.h b/3rdparty/lzma/CPP/Common/Lang.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/Lang.h rename to 3rdparty/lzma/CPP/Common/Lang.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/ListFileUtils.cpp b/3rdparty/lzma/CPP/Common/ListFileUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/ListFileUtils.cpp rename to 3rdparty/lzma/CPP/Common/ListFileUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/ListFileUtils.h b/3rdparty/lzma/CPP/Common/ListFileUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/ListFileUtils.h rename to 3rdparty/lzma/CPP/Common/ListFileUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/LzFindPrepare.cpp b/3rdparty/lzma/CPP/Common/LzFindPrepare.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/LzFindPrepare.cpp rename to 3rdparty/lzma/CPP/Common/LzFindPrepare.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyBuffer.h b/3rdparty/lzma/CPP/Common/MyBuffer.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyBuffer.h rename to 3rdparty/lzma/CPP/Common/MyBuffer.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyBuffer2.h b/3rdparty/lzma/CPP/Common/MyBuffer2.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyBuffer2.h rename to 3rdparty/lzma/CPP/Common/MyBuffer2.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyCom.h b/3rdparty/lzma/CPP/Common/MyCom.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyCom.h rename to 3rdparty/lzma/CPP/Common/MyCom.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyException.h b/3rdparty/lzma/CPP/Common/MyException.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyException.h rename to 3rdparty/lzma/CPP/Common/MyException.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyGuidDef.h b/3rdparty/lzma/CPP/Common/MyGuidDef.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyGuidDef.h rename to 3rdparty/lzma/CPP/Common/MyGuidDef.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyInitGuid.h b/3rdparty/lzma/CPP/Common/MyInitGuid.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyInitGuid.h rename to 3rdparty/lzma/CPP/Common/MyInitGuid.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyLinux.h b/3rdparty/lzma/CPP/Common/MyLinux.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyLinux.h rename to 3rdparty/lzma/CPP/Common/MyLinux.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyString.cpp b/3rdparty/lzma/CPP/Common/MyString.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyString.cpp rename to 3rdparty/lzma/CPP/Common/MyString.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyString.h b/3rdparty/lzma/CPP/Common/MyString.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyString.h rename to 3rdparty/lzma/CPP/Common/MyString.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyTypes.h b/3rdparty/lzma/CPP/Common/MyTypes.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyTypes.h rename to 3rdparty/lzma/CPP/Common/MyTypes.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyUnknown.h b/3rdparty/lzma/CPP/Common/MyUnknown.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyUnknown.h rename to 3rdparty/lzma/CPP/Common/MyUnknown.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyVector.cpp b/3rdparty/lzma/CPP/Common/MyVector.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyVector.cpp rename to 3rdparty/lzma/CPP/Common/MyVector.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyVector.h b/3rdparty/lzma/CPP/Common/MyVector.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyVector.h rename to 3rdparty/lzma/CPP/Common/MyVector.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyWindows.cpp b/3rdparty/lzma/CPP/Common/MyWindows.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyWindows.cpp rename to 3rdparty/lzma/CPP/Common/MyWindows.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/MyWindows.h b/3rdparty/lzma/CPP/Common/MyWindows.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/MyWindows.h rename to 3rdparty/lzma/CPP/Common/MyWindows.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/NewHandler.cpp b/3rdparty/lzma/CPP/Common/NewHandler.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/NewHandler.cpp rename to 3rdparty/lzma/CPP/Common/NewHandler.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/NewHandler.h b/3rdparty/lzma/CPP/Common/NewHandler.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/NewHandler.h rename to 3rdparty/lzma/CPP/Common/NewHandler.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/Sha256Prepare.cpp b/3rdparty/lzma/CPP/Common/Sha256Prepare.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/Sha256Prepare.cpp rename to 3rdparty/lzma/CPP/Common/Sha256Prepare.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/Sha256Reg.cpp b/3rdparty/lzma/CPP/Common/Sha256Reg.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/Sha256Reg.cpp rename to 3rdparty/lzma/CPP/Common/Sha256Reg.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StdAfx.h b/3rdparty/lzma/CPP/Common/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StdAfx.h rename to 3rdparty/lzma/CPP/Common/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StdInStream.cpp b/3rdparty/lzma/CPP/Common/StdInStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StdInStream.cpp rename to 3rdparty/lzma/CPP/Common/StdInStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StdInStream.h b/3rdparty/lzma/CPP/Common/StdInStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StdInStream.h rename to 3rdparty/lzma/CPP/Common/StdInStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StdOutStream.cpp b/3rdparty/lzma/CPP/Common/StdOutStream.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StdOutStream.cpp rename to 3rdparty/lzma/CPP/Common/StdOutStream.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StdOutStream.h b/3rdparty/lzma/CPP/Common/StdOutStream.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StdOutStream.h rename to 3rdparty/lzma/CPP/Common/StdOutStream.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StringConvert.cpp b/3rdparty/lzma/CPP/Common/StringConvert.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StringConvert.cpp rename to 3rdparty/lzma/CPP/Common/StringConvert.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StringConvert.h b/3rdparty/lzma/CPP/Common/StringConvert.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StringConvert.h rename to 3rdparty/lzma/CPP/Common/StringConvert.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StringToInt.cpp b/3rdparty/lzma/CPP/Common/StringToInt.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StringToInt.cpp rename to 3rdparty/lzma/CPP/Common/StringToInt.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/StringToInt.h b/3rdparty/lzma/CPP/Common/StringToInt.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/StringToInt.h rename to 3rdparty/lzma/CPP/Common/StringToInt.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/TextConfig.cpp b/3rdparty/lzma/CPP/Common/TextConfig.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/TextConfig.cpp rename to 3rdparty/lzma/CPP/Common/TextConfig.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/TextConfig.h b/3rdparty/lzma/CPP/Common/TextConfig.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/TextConfig.h rename to 3rdparty/lzma/CPP/Common/TextConfig.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/UTFConvert.cpp b/3rdparty/lzma/CPP/Common/UTFConvert.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/UTFConvert.cpp rename to 3rdparty/lzma/CPP/Common/UTFConvert.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/UTFConvert.h b/3rdparty/lzma/CPP/Common/UTFConvert.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/UTFConvert.h rename to 3rdparty/lzma/CPP/Common/UTFConvert.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/Wildcard.cpp b/3rdparty/lzma/CPP/Common/Wildcard.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/Wildcard.cpp rename to 3rdparty/lzma/CPP/Common/Wildcard.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/Wildcard.h b/3rdparty/lzma/CPP/Common/Wildcard.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/Wildcard.h rename to 3rdparty/lzma/CPP/Common/Wildcard.h diff --git a/3rdparty/lzma-21.03beta/CPP/Common/XzCrc64Init.cpp b/3rdparty/lzma/CPP/Common/XzCrc64Init.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/XzCrc64Init.cpp rename to 3rdparty/lzma/CPP/Common/XzCrc64Init.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Common/XzCrc64Reg.cpp b/3rdparty/lzma/CPP/Common/XzCrc64Reg.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Common/XzCrc64Reg.cpp rename to 3rdparty/lzma/CPP/Common/XzCrc64Reg.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/COM.h b/3rdparty/lzma/CPP/Windows/COM.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/COM.h rename to 3rdparty/lzma/CPP/Windows/COM.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/CommonDialog.cpp b/3rdparty/lzma/CPP/Windows/CommonDialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/CommonDialog.cpp rename to 3rdparty/lzma/CPP/Windows/CommonDialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/CommonDialog.h b/3rdparty/lzma/CPP/Windows/CommonDialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/CommonDialog.h rename to 3rdparty/lzma/CPP/Windows/CommonDialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ComboBox.cpp b/3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ComboBox.cpp rename to 3rdparty/lzma/CPP/Windows/Control/ComboBox.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ComboBox.h b/3rdparty/lzma/CPP/Windows/Control/ComboBox.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ComboBox.h rename to 3rdparty/lzma/CPP/Windows/Control/ComboBox.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/CommandBar.h b/3rdparty/lzma/CPP/Windows/Control/CommandBar.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/CommandBar.h rename to 3rdparty/lzma/CPP/Windows/Control/CommandBar.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/Dialog.cpp b/3rdparty/lzma/CPP/Windows/Control/Dialog.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/Dialog.cpp rename to 3rdparty/lzma/CPP/Windows/Control/Dialog.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/Dialog.h b/3rdparty/lzma/CPP/Windows/Control/Dialog.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/Dialog.h rename to 3rdparty/lzma/CPP/Windows/Control/Dialog.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/Edit.h b/3rdparty/lzma/CPP/Windows/Control/Edit.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/Edit.h rename to 3rdparty/lzma/CPP/Windows/Control/Edit.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ImageList.cpp b/3rdparty/lzma/CPP/Windows/Control/ImageList.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ImageList.cpp rename to 3rdparty/lzma/CPP/Windows/Control/ImageList.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ImageList.h b/3rdparty/lzma/CPP/Windows/Control/ImageList.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ImageList.h rename to 3rdparty/lzma/CPP/Windows/Control/ImageList.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ListView.cpp b/3rdparty/lzma/CPP/Windows/Control/ListView.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ListView.cpp rename to 3rdparty/lzma/CPP/Windows/Control/ListView.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ListView.h b/3rdparty/lzma/CPP/Windows/Control/ListView.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ListView.h rename to 3rdparty/lzma/CPP/Windows/Control/ListView.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ProgressBar.h b/3rdparty/lzma/CPP/Windows/Control/ProgressBar.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ProgressBar.h rename to 3rdparty/lzma/CPP/Windows/Control/ProgressBar.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/PropertyPage.cpp b/3rdparty/lzma/CPP/Windows/Control/PropertyPage.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/PropertyPage.cpp rename to 3rdparty/lzma/CPP/Windows/Control/PropertyPage.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/PropertyPage.h b/3rdparty/lzma/CPP/Windows/Control/PropertyPage.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/PropertyPage.h rename to 3rdparty/lzma/CPP/Windows/Control/PropertyPage.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ReBar.h b/3rdparty/lzma/CPP/Windows/Control/ReBar.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ReBar.h rename to 3rdparty/lzma/CPP/Windows/Control/ReBar.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/Static.h b/3rdparty/lzma/CPP/Windows/Control/Static.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/Static.h rename to 3rdparty/lzma/CPP/Windows/Control/Static.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/StatusBar.h b/3rdparty/lzma/CPP/Windows/Control/StatusBar.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/StatusBar.h rename to 3rdparty/lzma/CPP/Windows/Control/StatusBar.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/StdAfx.h b/3rdparty/lzma/CPP/Windows/Control/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/StdAfx.h rename to 3rdparty/lzma/CPP/Windows/Control/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/ToolBar.h b/3rdparty/lzma/CPP/Windows/Control/ToolBar.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/ToolBar.h rename to 3rdparty/lzma/CPP/Windows/Control/ToolBar.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/Trackbar.h b/3rdparty/lzma/CPP/Windows/Control/Trackbar.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/Trackbar.h rename to 3rdparty/lzma/CPP/Windows/Control/Trackbar.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/Window2.cpp b/3rdparty/lzma/CPP/Windows/Control/Window2.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/Window2.cpp rename to 3rdparty/lzma/CPP/Windows/Control/Window2.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Control/Window2.h b/3rdparty/lzma/CPP/Windows/Control/Window2.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Control/Window2.h rename to 3rdparty/lzma/CPP/Windows/Control/Window2.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/DLL.cpp b/3rdparty/lzma/CPP/Windows/DLL.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/DLL.cpp rename to 3rdparty/lzma/CPP/Windows/DLL.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/DLL.h b/3rdparty/lzma/CPP/Windows/DLL.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/DLL.h rename to 3rdparty/lzma/CPP/Windows/DLL.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Defs.h b/3rdparty/lzma/CPP/Windows/Defs.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Defs.h rename to 3rdparty/lzma/CPP/Windows/Defs.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/ErrorMsg.cpp b/3rdparty/lzma/CPP/Windows/ErrorMsg.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/ErrorMsg.cpp rename to 3rdparty/lzma/CPP/Windows/ErrorMsg.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/ErrorMsg.h b/3rdparty/lzma/CPP/Windows/ErrorMsg.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/ErrorMsg.h rename to 3rdparty/lzma/CPP/Windows/ErrorMsg.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileDir.cpp b/3rdparty/lzma/CPP/Windows/FileDir.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileDir.cpp rename to 3rdparty/lzma/CPP/Windows/FileDir.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileDir.h b/3rdparty/lzma/CPP/Windows/FileDir.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileDir.h rename to 3rdparty/lzma/CPP/Windows/FileDir.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileFind.cpp b/3rdparty/lzma/CPP/Windows/FileFind.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileFind.cpp rename to 3rdparty/lzma/CPP/Windows/FileFind.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileFind.h b/3rdparty/lzma/CPP/Windows/FileFind.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileFind.h rename to 3rdparty/lzma/CPP/Windows/FileFind.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileIO.cpp b/3rdparty/lzma/CPP/Windows/FileIO.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileIO.cpp rename to 3rdparty/lzma/CPP/Windows/FileIO.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileIO.h b/3rdparty/lzma/CPP/Windows/FileIO.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileIO.h rename to 3rdparty/lzma/CPP/Windows/FileIO.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileLink.cpp b/3rdparty/lzma/CPP/Windows/FileLink.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileLink.cpp rename to 3rdparty/lzma/CPP/Windows/FileLink.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileMapping.cpp b/3rdparty/lzma/CPP/Windows/FileMapping.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileMapping.cpp rename to 3rdparty/lzma/CPP/Windows/FileMapping.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileMapping.h b/3rdparty/lzma/CPP/Windows/FileMapping.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileMapping.h rename to 3rdparty/lzma/CPP/Windows/FileMapping.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileName.cpp b/3rdparty/lzma/CPP/Windows/FileName.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileName.cpp rename to 3rdparty/lzma/CPP/Windows/FileName.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileName.h b/3rdparty/lzma/CPP/Windows/FileName.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileName.h rename to 3rdparty/lzma/CPP/Windows/FileName.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileSystem.cpp b/3rdparty/lzma/CPP/Windows/FileSystem.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileSystem.cpp rename to 3rdparty/lzma/CPP/Windows/FileSystem.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/FileSystem.h b/3rdparty/lzma/CPP/Windows/FileSystem.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/FileSystem.h rename to 3rdparty/lzma/CPP/Windows/FileSystem.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Handle.h b/3rdparty/lzma/CPP/Windows/Handle.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Handle.h rename to 3rdparty/lzma/CPP/Windows/Handle.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/MemoryLock.cpp b/3rdparty/lzma/CPP/Windows/MemoryLock.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/MemoryLock.cpp rename to 3rdparty/lzma/CPP/Windows/MemoryLock.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/MemoryLock.h b/3rdparty/lzma/CPP/Windows/MemoryLock.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/MemoryLock.h rename to 3rdparty/lzma/CPP/Windows/MemoryLock.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/NtCheck.h b/3rdparty/lzma/CPP/Windows/NtCheck.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/NtCheck.h rename to 3rdparty/lzma/CPP/Windows/NtCheck.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/PropVariant.cpp b/3rdparty/lzma/CPP/Windows/PropVariant.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/PropVariant.cpp rename to 3rdparty/lzma/CPP/Windows/PropVariant.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/PropVariant.h b/3rdparty/lzma/CPP/Windows/PropVariant.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/PropVariant.h rename to 3rdparty/lzma/CPP/Windows/PropVariant.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/PropVariantConv.cpp b/3rdparty/lzma/CPP/Windows/PropVariantConv.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/PropVariantConv.cpp rename to 3rdparty/lzma/CPP/Windows/PropVariantConv.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/PropVariantConv.h b/3rdparty/lzma/CPP/Windows/PropVariantConv.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/PropVariantConv.h rename to 3rdparty/lzma/CPP/Windows/PropVariantConv.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Registry.cpp b/3rdparty/lzma/CPP/Windows/Registry.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Registry.cpp rename to 3rdparty/lzma/CPP/Windows/Registry.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Registry.h b/3rdparty/lzma/CPP/Windows/Registry.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Registry.h rename to 3rdparty/lzma/CPP/Windows/Registry.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/ResourceString.cpp b/3rdparty/lzma/CPP/Windows/ResourceString.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/ResourceString.cpp rename to 3rdparty/lzma/CPP/Windows/ResourceString.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/ResourceString.h b/3rdparty/lzma/CPP/Windows/ResourceString.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/ResourceString.h rename to 3rdparty/lzma/CPP/Windows/ResourceString.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/SecurityUtils.cpp b/3rdparty/lzma/CPP/Windows/SecurityUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/SecurityUtils.cpp rename to 3rdparty/lzma/CPP/Windows/SecurityUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/SecurityUtils.h b/3rdparty/lzma/CPP/Windows/SecurityUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/SecurityUtils.h rename to 3rdparty/lzma/CPP/Windows/SecurityUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Shell.cpp b/3rdparty/lzma/CPP/Windows/Shell.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Shell.cpp rename to 3rdparty/lzma/CPP/Windows/Shell.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Shell.h b/3rdparty/lzma/CPP/Windows/Shell.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Shell.h rename to 3rdparty/lzma/CPP/Windows/Shell.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/StdAfx.h b/3rdparty/lzma/CPP/Windows/StdAfx.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/StdAfx.h rename to 3rdparty/lzma/CPP/Windows/StdAfx.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Synchronization.cpp b/3rdparty/lzma/CPP/Windows/Synchronization.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Synchronization.cpp rename to 3rdparty/lzma/CPP/Windows/Synchronization.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Synchronization.h b/3rdparty/lzma/CPP/Windows/Synchronization.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Synchronization.h rename to 3rdparty/lzma/CPP/Windows/Synchronization.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/System.cpp b/3rdparty/lzma/CPP/Windows/System.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/System.cpp rename to 3rdparty/lzma/CPP/Windows/System.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/System.h b/3rdparty/lzma/CPP/Windows/System.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/System.h rename to 3rdparty/lzma/CPP/Windows/System.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/SystemInfo.cpp b/3rdparty/lzma/CPP/Windows/SystemInfo.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/SystemInfo.cpp rename to 3rdparty/lzma/CPP/Windows/SystemInfo.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/SystemInfo.h b/3rdparty/lzma/CPP/Windows/SystemInfo.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/SystemInfo.h rename to 3rdparty/lzma/CPP/Windows/SystemInfo.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Thread.h b/3rdparty/lzma/CPP/Windows/Thread.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Thread.h rename to 3rdparty/lzma/CPP/Windows/Thread.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/TimeUtils.cpp b/3rdparty/lzma/CPP/Windows/TimeUtils.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/TimeUtils.cpp rename to 3rdparty/lzma/CPP/Windows/TimeUtils.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/TimeUtils.h b/3rdparty/lzma/CPP/Windows/TimeUtils.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/TimeUtils.h rename to 3rdparty/lzma/CPP/Windows/TimeUtils.h diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Window.cpp b/3rdparty/lzma/CPP/Windows/Window.cpp similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Window.cpp rename to 3rdparty/lzma/CPP/Windows/Window.cpp diff --git a/3rdparty/lzma-21.03beta/CPP/Windows/Window.h b/3rdparty/lzma/CPP/Windows/Window.h similarity index 100% rename from 3rdparty/lzma-21.03beta/CPP/Windows/Window.h rename to 3rdparty/lzma/CPP/Windows/Window.h diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Common/CRC.cs b/3rdparty/lzma/CS/7zip/Common/CRC.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Common/CRC.cs rename to 3rdparty/lzma/CS/7zip/Common/CRC.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Common/CommandLineParser.cs b/3rdparty/lzma/CS/7zip/Common/CommandLineParser.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Common/CommandLineParser.cs rename to 3rdparty/lzma/CS/7zip/Common/CommandLineParser.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Common/InBuffer.cs b/3rdparty/lzma/CS/7zip/Common/InBuffer.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Common/InBuffer.cs rename to 3rdparty/lzma/CS/7zip/Common/InBuffer.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Common/OutBuffer.cs b/3rdparty/lzma/CS/7zip/Common/OutBuffer.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Common/OutBuffer.cs rename to 3rdparty/lzma/CS/7zip/Common/OutBuffer.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/IMatchFinder.cs b/3rdparty/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/IMatchFinder.cs rename to 3rdparty/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/LzBinTree.cs b/3rdparty/lzma/CS/7zip/Compress/LZ/LzBinTree.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/LzBinTree.cs rename to 3rdparty/lzma/CS/7zip/Compress/LZ/LzBinTree.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/LzInWindow.cs b/3rdparty/lzma/CS/7zip/Compress/LZ/LzInWindow.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/LzInWindow.cs rename to 3rdparty/lzma/CS/7zip/Compress/LZ/LzInWindow.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/LzOutWindow.cs b/3rdparty/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LZ/LzOutWindow.cs rename to 3rdparty/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LZMA/LzmaBase.cs b/3rdparty/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LZMA/LzmaBase.cs rename to 3rdparty/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LZMA/LzmaDecoder.cs b/3rdparty/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LZMA/LzmaDecoder.cs rename to 3rdparty/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LZMA/LzmaEncoder.cs b/3rdparty/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LZMA/LzmaEncoder.cs rename to 3rdparty/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs b/3rdparty/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs rename to 3rdparty/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln b/3rdparty/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln rename to 3rdparty/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/LzmaBench.cs b/3rdparty/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/LzmaBench.cs rename to 3rdparty/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs b/3rdparty/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs rename to 3rdparty/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs b/3rdparty/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs rename to 3rdparty/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs b/3rdparty/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs rename to 3rdparty/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/RangeCoder/RangeCoder.cs b/3rdparty/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/RangeCoder/RangeCoder.cs rename to 3rdparty/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs b/3rdparty/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs rename to 3rdparty/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs b/3rdparty/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs rename to 3rdparty/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs diff --git a/3rdparty/lzma-21.03beta/CS/7zip/ICoder.cs b/3rdparty/lzma/CS/7zip/ICoder.cs similarity index 100% rename from 3rdparty/lzma-21.03beta/CS/7zip/ICoder.cs rename to 3rdparty/lzma/CS/7zip/ICoder.cs diff --git a/3rdparty/lzma-21.03beta/DOC/7zC.txt b/3rdparty/lzma/DOC/7zC.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/7zC.txt rename to 3rdparty/lzma/DOC/7zC.txt diff --git a/3rdparty/lzma-21.03beta/DOC/7zFormat.txt b/3rdparty/lzma/DOC/7zFormat.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/7zFormat.txt rename to 3rdparty/lzma/DOC/7zFormat.txt diff --git a/3rdparty/lzma-21.03beta/DOC/Methods.txt b/3rdparty/lzma/DOC/Methods.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/Methods.txt rename to 3rdparty/lzma/DOC/Methods.txt diff --git a/3rdparty/lzma-21.03beta/DOC/installer.txt b/3rdparty/lzma/DOC/installer.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/installer.txt rename to 3rdparty/lzma/DOC/installer.txt diff --git a/3rdparty/lzma-21.03beta/DOC/lzma-history.txt b/3rdparty/lzma/DOC/lzma-history.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/lzma-history.txt rename to 3rdparty/lzma/DOC/lzma-history.txt diff --git a/3rdparty/lzma-21.03beta/DOC/lzma-sdk.txt b/3rdparty/lzma/DOC/lzma-sdk.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/lzma-sdk.txt rename to 3rdparty/lzma/DOC/lzma-sdk.txt diff --git a/3rdparty/lzma-21.03beta/DOC/lzma-specification.txt b/3rdparty/lzma/DOC/lzma-specification.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/lzma-specification.txt rename to 3rdparty/lzma/DOC/lzma-specification.txt diff --git a/3rdparty/lzma-21.03beta/DOC/lzma.txt b/3rdparty/lzma/DOC/lzma.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/DOC/lzma.txt rename to 3rdparty/lzma/DOC/lzma.txt diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/CRC.java b/3rdparty/lzma/Java/SevenZip/CRC.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/CRC.java rename to 3rdparty/lzma/Java/SevenZip/CRC.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZ/BinTree.java b/3rdparty/lzma/Java/SevenZip/Compression/LZ/BinTree.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZ/BinTree.java rename to 3rdparty/lzma/Java/SevenZip/Compression/LZ/BinTree.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZ/InWindow.java b/3rdparty/lzma/Java/SevenZip/Compression/LZ/InWindow.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZ/InWindow.java rename to 3rdparty/lzma/Java/SevenZip/Compression/LZ/InWindow.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZ/OutWindow.java b/3rdparty/lzma/Java/SevenZip/Compression/LZ/OutWindow.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZ/OutWindow.java rename to 3rdparty/lzma/Java/SevenZip/Compression/LZ/OutWindow.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZMA/Base.java b/3rdparty/lzma/Java/SevenZip/Compression/LZMA/Base.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZMA/Base.java rename to 3rdparty/lzma/Java/SevenZip/Compression/LZMA/Base.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZMA/Decoder.java b/3rdparty/lzma/Java/SevenZip/Compression/LZMA/Decoder.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZMA/Decoder.java rename to 3rdparty/lzma/Java/SevenZip/Compression/LZMA/Decoder.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZMA/Encoder.java b/3rdparty/lzma/Java/SevenZip/Compression/LZMA/Encoder.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/LZMA/Encoder.java rename to 3rdparty/lzma/Java/SevenZip/Compression/LZMA/Encoder.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java b/3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java rename to 3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java b/3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java rename to 3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/Decoder.java b/3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/Decoder.java rename to 3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/Encoder.java b/3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/Compression/RangeCoder/Encoder.java rename to 3rdparty/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/ICodeProgress.java b/3rdparty/lzma/Java/SevenZip/ICodeProgress.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/ICodeProgress.java rename to 3rdparty/lzma/Java/SevenZip/ICodeProgress.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/LzmaAlone.java b/3rdparty/lzma/Java/SevenZip/LzmaAlone.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/LzmaAlone.java rename to 3rdparty/lzma/Java/SevenZip/LzmaAlone.java diff --git a/3rdparty/lzma-21.03beta/Java/SevenZip/LzmaBench.java b/3rdparty/lzma/Java/SevenZip/LzmaBench.java similarity index 100% rename from 3rdparty/lzma-21.03beta/Java/SevenZip/LzmaBench.java rename to 3rdparty/lzma/Java/SevenZip/LzmaBench.java diff --git a/3rdparty/lzma-21.03beta/bin/7zS2.sfx b/3rdparty/lzma/bin/7zS2.sfx similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/7zS2.sfx rename to 3rdparty/lzma/bin/7zS2.sfx diff --git a/3rdparty/lzma-21.03beta/bin/7zS2con.sfx b/3rdparty/lzma/bin/7zS2con.sfx similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/7zS2con.sfx rename to 3rdparty/lzma/bin/7zS2con.sfx diff --git a/3rdparty/lzma-21.03beta/bin/7zSD.sfx b/3rdparty/lzma/bin/7zSD.sfx similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/7zSD.sfx rename to 3rdparty/lzma/bin/7zSD.sfx diff --git a/3rdparty/lzma-21.03beta/bin/7zdec.exe b/3rdparty/lzma/bin/7zdec.exe similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/7zdec.exe rename to 3rdparty/lzma/bin/7zdec.exe diff --git a/3rdparty/lzma-21.03beta/bin/7zr.exe b/3rdparty/lzma/bin/7zr.exe similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/7zr.exe rename to 3rdparty/lzma/bin/7zr.exe diff --git a/3rdparty/lzma-21.03beta/bin/installer/config.txt b/3rdparty/lzma/bin/installer/config.txt similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/installer/config.txt rename to 3rdparty/lzma/bin/installer/config.txt diff --git a/3rdparty/lzma-21.03beta/bin/installer/cr.bat b/3rdparty/lzma/bin/installer/cr.bat similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/installer/cr.bat rename to 3rdparty/lzma/bin/installer/cr.bat diff --git a/3rdparty/lzma-21.03beta/bin/lzma.exe b/3rdparty/lzma/bin/lzma.exe similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/lzma.exe rename to 3rdparty/lzma/bin/lzma.exe diff --git a/3rdparty/lzma-21.03beta/bin/x64/7zr.exe b/3rdparty/lzma/bin/x64/7zr.exe similarity index 100% rename from 3rdparty/lzma-21.03beta/bin/x64/7zr.exe rename to 3rdparty/lzma/bin/x64/7zr.exe