Files
rssotto-csharp-client/ModVersionChecker/data/config.json
2025-09-04 10:14:30 +02:00

21 lines
462 B
JSON

{
"intervalMinutes": 60,
"checkOnStartup": false,
"fsModPaths": {
"msfs2024": {
"path": "I:/Microsoft Flight Simulator 2024/Packages/Community/",
"file": "manifest.json",
"fileType": "json",
"key": "package_version",
"fields": [
{
"name": "package",
"label": "Package Name",
"type": "string",
"control": "directory",
"required": true
}
]
}
}
}