33 lines
916 B
JSON
33 lines
916 B
JSON
{
|
|
"homepage": "https://powdertoy.co.uk/",
|
|
"description": "A free physics sandbox game, capable of simulating many interactions",
|
|
"license": "GPL-3.0-only",
|
|
"version": "96.1",
|
|
"url": "https://powdertoy.co.uk/Download/powder-win32.zip",
|
|
"hash": "e99fa31df152ce6759b0fee74ad794d47544a9ac1d2888359c82c3bcef67dd16",
|
|
"pre_install": [
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
|
" New-item \"$dir\\powder.pref\" -ItemType File | Out-Null",
|
|
"}"
|
|
],
|
|
"bin": "Powder.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Powder.exe",
|
|
"The Powder Toy"
|
|
]
|
|
],
|
|
"persist": [
|
|
"Saves",
|
|
"powder.pref"
|
|
],
|
|
"checkver": {
|
|
"url": "https://powdertoy.co.uk/",
|
|
"regex": "(?<build>[\\d\\.]+) \\|",
|
|
"replace": "${1}"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://powdertoy.co.uk/Download/powder-win32.zip"
|
|
}
|
|
}
|