MSI-Downloader/config.json
Olai 55863336f0 Feature: Added checkExist. And updated logging
**checkExist:**

This is a check if there is a folder with the name of "Chrome - *" and deletes it if it is enabled. By Default it is disabled.

**Logging:**

Changed the format of the logs, by adding 4 different categories. Info, Debug, Error and Warn.
2024-05-28 13:54:23 +02:00

9 lines
No EOL
192 B
JSON

{
"options": {
"enableRegularVersion": true,
"enableForcedVersion": false,
"enableNumberedVersion": false,
"checkExist": false
},
"logDateFormat": "dd/MM/yyyy HH:mm:ss"
}