Augmentinel: Add version 1.3 (#99)

master
Andrei B 2020-03-13 10:48:10 +01:00 committed by GitHub
parent 4ed35eae42
commit fcc212a89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
bucket/augmentinel.json Normal file
View File

@ -0,0 +1,20 @@
{
"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"
}