Skip to content

Commit 4fbffe7

Browse files
author
henrypp
committed
upd readme
1 parent 628ff16 commit 4fbffe7

File tree

2 files changed

+42
-18
lines changed

2 files changed

+42
-18
lines changed

README.md

+21-9
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ ChromiumArchitecture=0
6060

6161
# Auto download updates if founded (boolean)
6262
#
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
6666

6767
# Bring chrlauncher window when download started (boolean)
6868
#
@@ -78,12 +78,24 @@ ChromiumWaitForDownloadEnd=true
7878

7979
# Type of Chromium builds:
8080
#
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"
8799
ChromiumType=dev-codecs-sync
88100

89101
# Check for new Chromium version once in X days (integer):

bin/Readme.txt

+21-9
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ ChromiumArchitecture=0
5555

5656
# Auto download updates if founded (boolean)
5757
#
58-
# false -> show tray tip if update found, downloading manually
59-
# true -> auto download update and install it! (default)
60-
ChromiumAutoDownload=true
58+
# false -> show tray tip if update found, downloading manually (default)
59+
# true -> auto download update and install it!
60+
ChromiumAutoDownload=false
6161

6262
# Bring chrlauncher window when download started (boolean)
6363
#
@@ -73,12 +73,24 @@ ChromiumWaitForDownloadEnd=true
7373

7474
# Type of Chromium builds:
7575
#
76-
# dev-official -> official development builds from snapshots repository "commondatastorage.googleapis.com/chromium-browser-snapshots/index.html"
77-
# dev-codecs-sync -> unofficial development builds with codecs "github.com/henrypp/chromium/releases" (default)
78-
# stable-codecs-sync -> unofficial stable builds with codecs "github.com/henrypp/chromium/releases"
79-
# dev-codecs-nosync -> unofficial development builds with codecs and without google services "github.com/henrypp/chromium/releases"
80-
# stable-codecs-nosync -> unofficial stable builds with codecs and without google services "github.com/henrypp/chromium/releases"
81-
# ungoogled-chromium -> unofficial builds without google integration and enhanced privacy "github.com/Eloston/ungoogled-chromium"
76+
# dev-official -> Official development builds from snapshots repository "commondatastorage.googleapis.com/chromium-browser-snapshots/index.html"
77+
#
78+
# dev-codecs-sync -> Unofficial development builds with codecs "github.com/henrypp/chromium/releases" (default)
79+
#
80+
# dev-clang-nosync -> Unofficial development builds without Google services "github.com/henrypp/chromium/releases"
81+
#
82+
# stable-codecs-sync -> Unofficial stable builds with codecs "github.com/henrypp/chromium/releases"
83+
#
84+
# ungoogled-chromium -> Unofficial builds without google integration and enhanced privacy "github.com/Eloston/ungoogled-chromium"
85+
#
86+
# dev-codecs-nosync -> !!! DISCONTINUED since June 2018 !!!
87+
# Unofficial development builds with codecs and without Google services
88+
#
89+
# stable-codecs-nosync -> !!! DISCONTINUED since June 2018 !!!
90+
# Unofficial stable builds with codecs and without google services
91+
#
92+
# dev-codecs-nosync-experimental -> !!! EXPERIMENTAL !!!
93+
# Unofficial development builds with codecs and without Google services "github.com/macchrome/winchrome/releases"
8294
ChromiumType=dev-codecs-sync
8395

8496
# Check for new Chromium version once in X days (integer):

0 commit comments

Comments
 (0)