46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://zdoom.org/",
|
|
"description": "Legacy source port for Doom, Heretic, Hexen and more (based on GZDoom)",
|
|
"version": "3.85",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.85/LZDoom_3.85_x64.zip",
|
|
"hash": "6aaca1d43c60448be3e9935af15fd2e15bf63b1a4037ac64379c8fddd4e27161"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/drfrag666/gzdoom/releases/download/3.85/LZDoom_3.85_x86.zip",
|
|
"hash": "869ea7352c8c579c1c6dc3b302e43b06e66470b21d5ed2018eb31f32d929d084"
|
|
}
|
|
},
|
|
"bin": "lzdoom.exe",
|
|
"shortcuts": [
|
|
[
|
|
"lzdoom.exe",
|
|
"LZDoom"
|
|
]
|
|
],
|
|
"pre_install": "New-Item -ItemType Directory -Force -Path $persist_dir\\..\\_doom | Out-Null",
|
|
"env_set": {
|
|
"DOOMWADDIR": "$persist_dir\\..\\_doom"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/drfrag666/gzdoom"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version_x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/drfrag666/gzdoom/releases/download/$version/LZDoom_$version_x86.zip"
|
|
}
|
|
}
|
|
},
|
|
"notes": [
|
|
"Place WAD files (game data) in:",
|
|
"",
|
|
" $persist_dir\\..\\_doom"
|
|
]
|
|
}
|