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": "20210917-9605-71c5ce090",
|
|
"license": "http://www.eduke32.com/buildlic.txt",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dukeworld.com/eduke32/synthesis/20210917-9605-71c5ce090/eduke32_win64_20210917-9605-71c5ce090.7z",
|
|
"hash": "2971bf4344b7638ceb90732157b2706367bb77e273b6758eb7bf9fca977cae56"
|
|
},
|
|
"32bit": {
|
|
"url": "https://dukeworld.com/eduke32/synthesis/20210917-9605-71c5ce090/eduke32_win32_20210917-9605-71c5ce090.7z",
|
|
"hash": "31cda2c9b4c6f8b1eb67e8c5136e03b4f12288768c7481946ee4bcf2f9f3a07d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|