|
| 1 | +{ |
| 2 | + "version": "1.10.1", |
| 3 | + "description": "A roguelike by Brian Walker (Community Edition)", |
| 4 | + "homepage": "https://github.com/tmewett/BrogueCE/", |
| 5 | + "license": { |
| 6 | + "identifier": "AGPL-3.0,CC-BY-4.0", |
| 7 | + "url": [ |
| 8 | + "https://github.com/tmewett/BrogueCE/blob/master/LICENSE.txt", |
| 9 | + "https://github.com/tmewett/BrogueCE/blob/master/bin/assets/LICENSE.txt" |
| 10 | + ] |
| 11 | + }, |
| 12 | + "architecture": { |
| 13 | + "64bit": { |
| 14 | + "url": "https://github.com/tmewett/BrogueCE/releases/download/v1.10.1/BrogueCE-1.10.1-windows-x86_64.zip", |
| 15 | + "hash": "bea19b303273d52f8da0fe167e6518f3ae6f51cc3f6e582a249fb909a47dea39" |
| 16 | + } |
| 17 | + }, |
| 18 | + "extract_dir": "BrogueCE-windows", |
| 19 | + "pre_install": "New-Item -ItemType File \"$dir\\broguece.cmd\" | Out-Null", |
| 20 | + "post_install": [ |
| 21 | + "Set-Content \"$dir\\broguece.cmd\" \"pushd `\"$persist_dir`\"\"", |
| 22 | + "Add-Content \"$dir\\broguece.cmd\" \"`\"$dir\\brogue.exe`\" --data-dir `\"$dir`\"\"", |
| 23 | + "Add-Content \"$dir\\broguece.cmd\" \"popd\"" |
| 24 | + ], |
| 25 | + "bin": "broguece.cmd", |
| 26 | + "shortcuts": [ |
| 27 | + [ |
| 28 | + "broguece.cmd", |
| 29 | + "Brogue\\Brogue CE" |
| 30 | + ], |
| 31 | + [ |
| 32 | + "README.txt", |
| 33 | + "Brogue\\Brogue CE ReadMe" |
| 34 | + ] |
| 35 | + ], |
| 36 | + "persist": "broguece.cmd", |
| 37 | + "checkver": "github", |
| 38 | + "autoupdate": { |
| 39 | + "architecture": { |
| 40 | + "64bit": { |
| 41 | + "url": "https://github.com/tmewett/BrogueCE/releases/download/$version/BrogueCE-$version-windows-x86_64.zip" |
| 42 | + } |
| 43 | + } |
| 44 | + }, |
| 45 | + "notes": "To save the data in persist folder, run Brogue CE from the Start menu or broguece.cmd", |
| 46 | + "//_comment": [ |
| 47 | + "There is a bug where $dir does not specify current, so it overwrites a file", |
| 48 | + "in the persist folder as a temporary measure." |
| 49 | + ] |
| 50 | +} |
0 commit comments