You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ enablePreviousUpdate: true
82
82
83
83
# File integrity check, only works on .jar / .zip files. Try to open it as a zip file, if it fails, it is incomplete.
84
84
zipFileCheck: true
85
+
# If the file configuration matches this regex, zip integrity checking is enabled, otherwise it is not enabled
86
+
zipFileCheckList: '\.(?:jar|zip)$'
85
87
86
88
# Do not move to the update directory if the hash of the downloaded file matches the hash of the file to be updated in the update directory (or the file running on the server) (MD5)
87
89
ignoreDuplicates: true
@@ -96,11 +98,11 @@ setRequestProperty:
96
98
97
99
# 启用哪些日志等级
98
100
logLevel:
99
-
- "DEBUG"# for debugging, can be commented out after testing is complete
100
-
- "MARK"# Same as DEBUG, green color, used to mark task completion.
101
-
- "INFO"# Output logs
102
-
- "WARN"# Output warnings
103
-
- "NET_WARN"# Warnings from the web request module
101
+
- 'DEBUG'# for debugging, can be commented out after testing is complete
102
+
- 'MARK'# Same as DEBUG, green color, used to mark task completion.
103
+
- 'INFO'# Output logs
104
+
- 'WARN'# Output warnings
105
+
- 'NET_WARN'# Warnings from the web request module
0 commit comments