-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpenUpdater.ini
29 lines (22 loc) · 904 Bytes
/
OpenUpdater.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[OpenUpdater]
# The folder that contains the main updater script.
UpdaterDir = <xydata>\OpenUpdater\
# The folder that is used to hold downloaded zip files and cached web pages
TempDir = <xydata>\temp\
# What order to list the sequence of version numbers:
# 0 = lower versions to higher versions (older first)
# 1 = higher versions to lower versions (newer first)
SequenceDirection = 0
[Test]
# For testing only.
# Use a specific version of XYplorer in script logic, instead of XY's actual
# version, e.g. pretend XY is this version.
# Comment this line out or leave the value blank to use XY's actual version.
XYver =
# For testing only.
# 0 = (normal) Use normal downloading and caching
# 1 = Always use a cached file (if it exists) to read changelogs
IgnoreCacheExpiration = 0
# For testing only.
# The location of a log file
LogFile = "%TempDir%\OpenUpdater.log"