scoop-games/bucket/powdertoy.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2021-02-19 11:21:32 -08:00
{
2021-08-30 17:30:43 -07:00
"version": "96.2",
"description": "A free physics sandbox game, capable of simulating many interactions",
"homepage": "https://powdertoy.co.uk/",
2022-03-05 13:34:10 -08:00
"license": "GPL-3.0-only",
"architecture": {
"32bit": {
"url": "https://powdertoy.co.uk/Download/powder-win32.zip",
2021-08-30 17:30:43 -07:00
"hash": "30440c95cba58136c3dbd1c685742d38a53765d44c891f5068b6fe54e9db954c",
"bin": [
[
"Powder32.exe",
"Powder"
]
],
"shortcuts": [
[
"Powder32.exe",
"The Powder Toy"
]
]
2022-03-05 13:34:10 -08:00
},
"64bit": {
"url": "https://powdertoy.co.uk/Download/powder.zip",
"hash": "6d41983be71c9674a572fd9b64afa1a493b18ce368b904a4dd87d9d7929e10f8",
"bin": "Powder.exe",
"shortcuts": [
[
"Powder.exe",
"The Powder Toy"
]
]
}
2022-03-19 15:54:04 -07: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": {
"architecture": {
"32bit": {
"url": "https://powdertoy.co.uk/Download/powder-win32.zip"
},
"64bit": {
"url": "https://powdertoy.co.uk/Download/powder.zip"
}
}
}
2021-02-19 11:21:32 -08:00
}