MSI-Downloader/config.json
Olai 268be61699 Feature: folderName
Feature:
Added a new feature called folderName. This allows you to change the name of the folders.

Logging:
fileName and fileFormat got renamed to logName and logFormat.
2024-05-30 13:09:35 +02:00

31 lines
No EOL
736 B
JSON

{
"chrome":{
"options": {
"enableRegularVersion": true,
"enableForcedVersion": false,
"folderNumberedVersion": false,
"checkExist": false,
"folderName": "Chrome -"
},
"logging": {
"logName": "google_chrome",
"logFormat": "log",
"logDateFormat": "dd'/'MM'/'yyyy HH:mm:ss",
"clearLogs": false
}
},
"amazonWorkspace":{
"options": {
"download": false,
"folderNumberedVersion": false,
"checkExist": false,
"folderName": "WorkSpaces -"
},
"logging": {
"logName": "amazon_workspaces",
"logFormat": "log",
"logDateFormat": "dd'/'MM'/'yyyy HH:mm:ss",
"clearLogs": false
}
}
}