64 lines
2.0 KiB
JSON
64 lines
2.0 KiB
JSON
{
|
|
"homepage": "https://www.eduke32.com/",
|
|
"description": "Modern source port for Duke Nukem 3D",
|
|
"version": "20210404-9321-7225643e3",
|
|
"license": "http://www.eduke32.com/buildlic.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dukeworld.com/eduke32/synthesis/20210404-9321-7225643e3/eduke32_win64_20210404-9321-7225643e3.7z",
|
|
"hash": "3ef6056d8faab839fe88725233d2457299aba4d6f3b64c22102dbf7f5531d7e9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dukeworld.com/eduke32/synthesis/20210404-9321-7225643e3/eduke32_win32_20210404-9321-7225643e3.7z",
|
|
"hash": "02e08af82159bba997707ca77df887b7d4430fa6cb4d7cbe9250d56b6e1f20b7"
|
|
}
|
|
},
|
|
"bin": [
|
|
[
|
|
"eduke32.exe",
|
|
"eduke32",
|
|
"-j $persist_dir\\data"
|
|
]
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"eduke32.exe",
|
|
"EDuke32",
|
|
"-j data"
|
|
]
|
|
],
|
|
"pre_install": [
|
|
"New-Item -Path $dir -Name eduke32.cfg -ItemType File -ErrorAction Ignore | Out-Null",
|
|
"New-Item -Path $dir -Name settings.cfg -ItemType File -ErrorAction Ignore | Out-Null"
|
|
],
|
|
"persist": [
|
|
"autoload",
|
|
"data",
|
|
"eduke32.cfg",
|
|
"settings.cfg"
|
|
],
|
|
"notes": [
|
|
"Place GRP and RTS files (game data) in:",
|
|
"",
|
|
" $persist_dir\\data",
|
|
"",
|
|
"Place mods, music packs, and other files to auto-load in:",
|
|
"",
|
|
" $persist_dir\\autoload"
|
|
],
|
|
"checkver": {
|
|
"url": "https://dukeworld.com/eduke32/synthesis/",
|
|
"regex": "<strong>(\\d{8}-\\d{4,}-[a-z0-9]{9})</strong>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dukeworld.com/eduke32/synthesis/$version/eduke32_win64_$version.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dukeworld.com/eduke32/synthesis/$version/eduke32_win32_$version.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|