@@ -60,9 +60,9 @@ ChromiumArchitecture=0
60
60
61
61
# Auto download updates if founded (boolean)
62
62
#
63
- # false -> show tray tip if update found, downloading manually
64
- # true -> auto download update and install it! (default)
65
- ChromiumAutoDownload =true
63
+ # false -> show tray tip if update found, downloading manually (default)
64
+ # true -> auto download update and install it!
65
+ ChromiumAutoDownload =false
66
66
67
67
# Bring chrlauncher window when download started (boolean)
68
68
#
@@ -78,12 +78,24 @@ ChromiumWaitForDownloadEnd=true
78
78
79
79
# Type of Chromium builds:
80
80
#
81
- # dev-official -> official development builds from snapshots repository "commondatastorage.googleapis.com/chromium-browser-snapshots/index.html"
82
- # dev-codecs-sync -> unofficial development builds with codecs "github.com/henrypp/chromium/releases" (default)
83
- # stable-codecs-sync -> unofficial stable builds with codecs "github.com/henrypp/chromium/releases"
84
- # dev-codecs-nosync -> unofficial development builds with codecs and without google services "github.com/henrypp/chromium/releases"
85
- # stable-codecs-nosync -> unofficial stable builds with codecs and without google services "github.com/henrypp/chromium/releases"
86
- # ungoogled-chromium -> unofficial builds without google integration and enhanced privacy "github.com/Eloston/ungoogled-chromium"
81
+ # dev-official -> Official development builds from snapshots repository "commondatastorage.googleapis.com/chromium-browser-snapshots/index.html"
82
+ #
83
+ # dev-codecs-sync -> Unofficial development builds with codecs "github.com/henrypp/chromium/releases" (default)
84
+ #
85
+ # dev-clang-nosync -> Unofficial development builds without Google services "github.com/henrypp/chromium/releases"
86
+ #
87
+ # stable-codecs-sync -> Unofficial stable builds with codecs "github.com/henrypp/chromium/releases"
88
+ #
89
+ # ungoogled-chromium -> Unofficial builds without google integration and enhanced privacy "github.com/Eloston/ungoogled-chromium"
90
+ #
91
+ # dev-codecs-nosync -> !!! DISCONTINUED since June 2018 !!!
92
+ # Unofficial development builds with codecs and without Google services
93
+ #
94
+ # stable-codecs-nosync -> !!! DISCONTINUED since June 2018 !!!
95
+ # Unofficial stable builds with codecs and without google services
96
+ #
97
+ # dev-codecs-nosync-experimental -> !!! EXPERIMENTAL !!!
98
+ # Unofficial development builds with codecs and without Google services "github.com/macchrome/winchrome/releases"
87
99
ChromiumType =dev-codecs-sync
88
100
89
101
# Check for new Chromium version once in X days (integer):
0 commit comments