32 lines
965 B
JSON
32 lines
965 B
JSON
{
|
|
"version": "1.0.0",
|
|
"description": "Third-party private server for the massively multiplayer online game Toontown",
|
|
"homepage": "https://opdessertstorm.com/",
|
|
"hash": "9ebe3befca55c29e68cdf95f369e31ef4353d737d3483b3510c04f6685cd7995",
|
|
"url": "https://github.com/ODSOperations/releases/raw/master/ods_setup.exe#dl.7z",
|
|
"license": "Proprietary",
|
|
"notes": "This is only the launcher, a free account is required to play.",
|
|
"pre_install": ["Remove-Item $dir -Recurse -Force -Include * -Exclude DessertStorm.exe"],
|
|
"bin": "DessertStorm.exe",
|
|
"persist": [
|
|
"resources",
|
|
"user",
|
|
"avcodec-58.dll",
|
|
"avformat-58.dll",
|
|
"avutil-56.dll",
|
|
"cg.dll",
|
|
"cgGL.dll",
|
|
"ods.dll",
|
|
"ods.exe",
|
|
"swresample-3.dll",
|
|
"swscale-5.dll"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"DessertStorm.exe",
|
|
"Operation: Dessert Storm"
|
|
]
|
|
]
|
|
}
|
|
|