toontownoffline: Add version 1.0.0 (#262)

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
master
Nora 2021-06-25 11:29:09 -04:00 committed by GitHub
parent 4a26a640a4
commit 6c7993fccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"version": "1.0.0",
"description": "Toontown Offline is a sandbox version of Disneys Toontown Online. Hop in and explore the world of Toontown without the need of an internet connection- play on Windows, macOS and Linux. Enjoy Toontown Offline by yourself in Offline Mode, or connect to a Mini-Server and play with up to 15 other Toons! Play Toontown how it was when Disney left it, or check out the vast amount of new content we offer to that is exclusive to Toontown Offline. We have a bunch of new features that introduce sandbox mechanics, and others that expand upon the Toontown storyline- more of which is in active development.",
"homepage": "https://ttoffline.com",
"hash": "60c4f12c86f24814417310b7e55d85b488fcf9e7d97fce9779aec49bf05ca8b7",
"url": "https://downloads.ttoffline.com/launcher/ttoff-setup-win.exe#dl.7z",
"license": "Proprietary",
"pre_install": ["Remove-Item $dir -Recurse -Force -Include * -Exclude 'Toontown Offline.exe'", "Rename-Item -Path $dir/'Toontown Offline.exe' -NewName $dir/ToontownOffline.exe"],
"bin": "ToontownOffline.exe",
"shortcuts": [
[
"ToontownOffline.exe",
"Toontown Offline"
]
]
}