28 lines
769 B
JSON
28 lines
769 B
JSON
|
|
||
|
{
|
||
|
"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",
|
||
|
"bin": [
|
||
|
"zandronum.exe"
|
||
|
],
|
||
|
"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:",
|
||
|
"",
|
||
|
"\t$persist_dir\\..\\_doom"
|
||
|
]
|
||
|
}
|