Skip to content

AntiVirus Map v0.1.0

Choose a tag to compare

@Santiago543292 Santiago543292 released this 05 Jul 02:21

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 Byte

Linux/macOS:

cat AntiVirus0.1.0.exe.part* > AntiVirus0.1.0.exe

After 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 .