From ec7c8f9d01128ea9901ae101caee7f3d6e92a680 Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 10 Mar 2021 17:32:52 -0500 Subject: [PATCH] tooniversal: Add version 1.1.0 (#219) --- bucket/tooniversal.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bucket/tooniversal.json diff --git a/bucket/tooniversal.json b/bucket/tooniversal.json new file mode 100644 index 00000000..b89da41f --- /dev/null +++ b/bucket/tooniversal.json @@ -0,0 +1,17 @@ +{ + "version": "1.1.0", + "description": "Tooniversal Studios is a free-to-play private server of Disney's Toontown Online. Create your own Toon and join the battle to save Toontown from the evil Cogs.", + "homepage": "https://tooniversal.com", + "hash": "EC2D254CB5557630E513748BA02A3EF8E87E1D90CF032A4606AC471118F986C0", + "url": "https://cdn.tooniversal.com/release/tooniversal_setup.exe#dl.7z", + "license": "Proprietary", + "notes": "This is only the launcher, an account is required to play.", + "pre_install": ["Remove-Item $dir -Recurse -Force -Include * -Exclude Tooniversal-Launcher.exe", "Rename-Item -Path $dir/Tooniversal-Launcher.exe -NewName $dir/Tooniversal.exe"], + "bin": "Tooniversal.exe", + "shortcuts": [ + [ + "Tooniversal.exe", + "Tooniversal Studios" + ] + ] +}