diff --git a/bucket/vintagestory.json b/bucket/vintagestory.json new file mode 100644 index 000000000000..3a5f056aa15f --- /dev/null +++ b/bucket/vintagestory.json @@ -0,0 +1,51 @@ +{ + "version": "1.17.6", + "description": "An uncompromising wilderness survival sandbox game", + "homepage": "https://www.vintagestory.at/", + "license": "Proprietary", + "extract_dir": "vintagestory", + "pre_install": [ + "Set-Content \"$dir\\VintageStory.bat\" \"@start Vintagestory.exe --dataPath=$dir\\userdata\" -Encoding Ascii", + "Set-Content \"$dir\\VintageStoryServer.bat\" \"@start VintagestoryServer.exe --dataPath=$dir\\serverdata\" -Encoding Ascii" + ], + "url": [ + "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_1.17.6.tar.gz", + "https://content.invisioncic.com/r268468/monthly_2019_07/appicon.ico#/icon.ico" + ], + "checkver": { + "url": "https://tyronx.itch.io/vintage-story", + "regex": "Vintage Story v(?[0-9\\.]+) for Windows" + }, + "autoupdate": { + "url": [ + "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_$version.tar.gz", + "https://content.invisioncic.com/r268468/monthly_2019_07/appicon.ico#/icon.ico" + ] + }, + "hash": [ + "d68d813519011e076c478b2827ce1f693886eae9749a13286c1e474075bf6954", + "23dd1379d87743a191294ffeebee82d0aa932bc5e5ebb23019a9473b463db307" + ], + "shortcuts": [ + [ + "VintageStory.bat", + "Vintage Story", + "", + "icon.ico" + ], + [ + "VintageStoryServer.bat", + "Vintage Story Server", + "", + "icon.ico" + ], + [ + "ModMaker.exe", + "Vintage Mod Maker" + ] + ], + "persist": [ + "userdata", + "serverdata" + ] +}