From fcc212a89e7fe91806246aecb155915dc003595d Mon Sep 17 00:00:00 2001 From: Andrei B Date: Fri, 13 Mar 2020 10:48:10 +0100 Subject: [PATCH] Augmentinel: Add version 1.3 (#99) --- bucket/augmentinel.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bucket/augmentinel.json diff --git a/bucket/augmentinel.json b/bucket/augmentinel.json new file mode 100644 index 00000000..72ccb687 --- /dev/null +++ b/bucket/augmentinel.json @@ -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" +}