2021-02-19 11:21:32 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://powdertoy.co.uk/",
|
|
|
|
"description": "A free physics sandbox game, capable of simulating many interactions",
|
|
|
|
"license": "GPL-3.0-only",
|
2021-08-30 17:30:43 -07:00
|
|
|
"version": "96.2",
|
2021-08-12 09:01:51 -07:00
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
|
|
|
"url": "https://powdertoy.co.uk/Download/powder.zip",
|
2021-08-30 17:30:43 -07:00
|
|
|
"hash": "6d41983be71c9674a572fd9b64afa1a493b18ce368b904a4dd87d9d7929e10f8",
|
2021-08-12 09:01:51 -07:00
|
|
|
"bin": "Powder.exe",
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"Powder.exe",
|
|
|
|
"The Powder Toy"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"32bit": {
|
|
|
|
"url": "https://powdertoy.co.uk/Download/powder-win32.zip",
|
2021-08-30 17:30:43 -07:00
|
|
|
"hash": "30440c95cba58136c3dbd1c685742d38a53765d44c891f5068b6fe54e9db954c",
|
2021-08-12 09:01:51 -07:00
|
|
|
"bin": [
|
|
|
|
[
|
|
|
|
"Powder32.exe",
|
|
|
|
"Powder"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"shortcuts": [
|
|
|
|
[
|
|
|
|
"Powder32.exe",
|
|
|
|
"The Powder Toy"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2021-02-19 11:21:32 -08:00
|
|
|
"pre_install": [
|
|
|
|
"if (!(Test-Path \"$persist_dir\")) {",
|
|
|
|
" New-item \"$dir\\powder.pref\" -ItemType File | Out-Null",
|
|
|
|
"}"
|
|
|
|
],
|
|
|
|
"persist": [
|
|
|
|
"Saves",
|
|
|
|
"powder.pref"
|
|
|
|
],
|
|
|
|
"checkver": {
|
|
|
|
"url": "https://powdertoy.co.uk/",
|
|
|
|
"regex": "(?<build>[\\d\\.]+) \\|",
|
|
|
|
"replace": "${1}"
|
|
|
|
},
|
|
|
|
"autoupdate": {
|
2021-08-12 09:01:51 -07:00
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
|
|
|
"url": "https://powdertoy.co.uk/Download/powder.zip"
|
|
|
|
},
|
|
|
|
"32bit": {
|
|
|
|
"url": "https://powdertoy.co.uk/Download/powder-win32.zip"
|
|
|
|
}
|
|
|
|
}
|
2021-02-19 11:21:32 -08:00
|
|
|
}
|
|
|
|
}
|