Add project files.
This commit is contained in:
21
ModVersionChecker/data/config.json
Normal file
21
ModVersionChecker/data/config.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user