Releases: Santiago543292/AntiVirus-Map
Releases · Santiago543292/AntiVirus-Map
Release list
Release source-only-clean-ecb76d7
Automatic release from branch source-only-clean at commit ecb76d7
AntiVirus Map v0.1.0
Release of the AntiVirus map build.
The map executable is provided as split parts because GitHub limits single-file uploads to 2 GB. To rebuild the real executable, download both parts and join them into one file.
Windows (PowerShell):
Get-Content AntiVirus0.1.0.exe.part01, AntiVirus0.1.0.exe.part02 -Encoding Byte | Set-Content AntiVirus0.1.0.exe -Encoding ByteLinux/macOS:
cat AntiVirus0.1.0.exe.part* > AntiVirus0.1.0.exeAfter that, run the generated AntiVirus0.1.0.exe file to launch the map.
If you prefer a helper script, download the release asset named assemble_release.py and run:
python3 assemble_release.py --repo .