21 lines
862 B
JSON
21 lines
862 B
JSON
|
{
|
||
|
"homepage": "https://simonowen.com/spectrum/augmentinel/",
|
||
|
"description": "A re-skinned version of the Geoff Crammond classic: The Sentinel.",
|
||
|
"license": "Freeware",
|
||
|
"version": "1.3",
|
||
|
"url": "https://simonowen.com/spectrum/augmentinel/Augmentinel-13.exe",
|
||
|
"hash": "7d9ebe018568a5bf17dfb33f1c40fe40550eadd6086773208343dc1b7b476a51",
|
||
|
"innosetup": true,
|
||
|
"pre_install": [
|
||
|
"Get-ChildItem \"$dir\\*,2.*\" -Recurse | Rename-Item -NewName { $_.FullName -replace ',2\\.', '.' }",
|
||
|
"Get-ChildItem \"$dir\\*,1.*\" -Recurse | Remove-Item"
|
||
|
],
|
||
|
"shortcuts": [
|
||
|
[
|
||
|
"Augmentinel.exe",
|
||
|
"Augmentinel"
|
||
|
]
|
||
|
],
|
||
|
"notes": "If you get an error about missing XAudio DLLs, try installing the DirectX End-User Runtime: https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109"
|
||
|
}
|