d3ab0cf488
Co-authored-by: Copilot <copilot@github.com>
601 B
601 B
Added
- NSIS plugin API (
pluginapi.cpp/pluginapi.h) for 7-Zip zstd build ExtractCallbackConsoleclass for extraction progress and user input- Main extraction logic (
Main.cpp,MainAr.cpp) for the zstd bundle - User input utilities (
UserInputUtils2) for password handling and prompts - Break signal handling (
NSISBreak) for graceful interruption Nsis7z_vs2026.vcxproj(v145 toolset) for Visual Studio 2026 buildstools/fix_vcxproj.pyhelper for project file patchingversions/7-zip-zstdsubmodule addedbuild_zstd.cmdtop-level build script for the zstd variant
--