2019-03-07 18:44:25 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://zandronum.com/",
|
|
|
|
"description": "Modern multiplayer-oriented source port for Doom",
|
|
|
|
"version": "3.0",
|
|
|
|
"license": "https://zdoom.org/wiki/license",
|
|
|
|
"url": "https://zandronum.com/downloads/zandronum3.0-win32-base.zip",
|
|
|
|
"hash": "c261ecbc6931bf5245d5447f4702e8aa8b59445c93a5b5cadebcb0fdc0747551",
|
2019-03-07 18:44:57 -08:00
|
|
|
"bin": "zandronum.exe",
|
2019-03-07 18:44:25 -08:00
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"zandronum.exe",
|
|
|
|
"Zandronum"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
|
|
|
|
"env_set": {
|
|
|
|
"DOOMWADDIR": "$persist_dir\\..\\_doom"
|
|
|
|
},
|
|
|
|
"notes": [
|
|
|
|
"Place WAD files (game data) in:",
|
|
|
|
"",
|
2019-03-07 18:44:57 -08:00
|
|
|
" $persist_dir\\..\\_doom"
|
2019-03-07 18:44:25 -08:00
|
|
|
]
|
|
|
|
}
|