├── .github └── FUNDING.yml ├── DownloadWithRename-GUI.7z ├── DownloadWithRename.cmd ├── History.txt ├── License.txt ├── README.md └── readme.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wilenty/7-Zip-X64-X86-with-Extracting-NSIS-script/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /DownloadWithRename-GUI.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wilenty/7-Zip-X64-X86-with-Extracting-NSIS-script/HEAD/DownloadWithRename-GUI.7z -------------------------------------------------------------------------------- /DownloadWithRename.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wilenty/7-Zip-X64-X86-with-Extracting-NSIS-script/HEAD/DownloadWithRename.cmd -------------------------------------------------------------------------------- /History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wilenty/7-Zip-X64-X86-with-Extracting-NSIS-script/HEAD/History.txt -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wilenty/7-Zip-X64-X86-with-Extracting-NSIS-script/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wilenty/7-Zip-X64-X86-with-Extracting-NSIS-script/HEAD/README.md -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Wilenty/7-Zip-X64-X86-with-Extracting-NSIS-script/HEAD/readme.txt --------------------------------------------------------------------------------