Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jan 14, 2022
1 parent 6d023fb commit 26b34b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ There is list of arguments overrides .ini options

# Command line for Chromium (string):
# See here: https://peter.sh/experiments/chromium-command-line-switches/
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check
ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --flag-switches-end

# Chromium executable file name (string):
ChromiumBinary=chrome.exe
Expand All @@ -57,7 +57,7 @@ ChromiumDirectory=.\bin

# Set Chromium binaries architecture (integer):
#
# 0 -> autodetect (default)
# 0 -> autodetect (default)
# 64 -> 64-bit
# 32 -> 32-bit
ChromiumArchitecture=0
Expand Down Expand Up @@ -129,14 +129,12 @@ ChromiumCheckPeriod=2
# Last cached update checking timestamp (integer):
ChromiumLastCheck=0

# Internal settings (Project SDK)
# https://github.com/henrypp/routine

# Enable classic theme UI (boolean):
#ClassicUI=true
#
# Internal settings (SDK)
#

# Set custom useragent (string):
#UserAgent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.0.0 Safari/537.36
~~~
### FAQ:
- [If you lost all setting and extensions when copy Chromium to another PC (answer)](https://github.com/henrypp/chrlauncher/issues/116#issuecomment-444426692)
Expand All @@ -152,4 +150,4 @@ ChromiumLastCheck=0
Website: [www.henrypp.org](https://www.henrypp.org)<br />
Support: [email protected]<br />
<br />
(c) 2015-2021 Henry++
(c) 2015-2022 Henry++
18 changes: 6 additions & 12 deletions bin/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Settings:

# Command line for Chromium (string):
# See here: https://peter.sh/experiments/chromium-command-line-switches/
ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --flag-switches-end
ChromiumCommandLine=--flag-switches-begin --user-data-dir=..\profile --no-default-browser-check --flag-switches-end

# Chromium executable file name (string):
ChromiumBinary=chrome.exe
Expand All @@ -39,7 +39,7 @@ ChromiumDirectory=.\bin

# Set Chromium binaries architecture (integer):
#
# 0 -> autodetect (default)
# 0 -> autodetect (default)
# 64 -> 64-bit
# 32 -> 32-bit
ChromiumArchitecture=0
Expand Down Expand Up @@ -111,20 +111,14 @@ ChromiumCheckPeriod=2
# Last cached update checking timestamp (integer):
ChromiumLastCheck=0

##########################
#
# Internal settings (SDK)
##########################

# Enable classic theme UI (boolean):
#ClassicUI=true
#

# Set custom useragent (string):
#UserAgent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

# Set proxy configuration (string):
#Proxy=127.0.0.1:80
#UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.0.0 Safari/537.36

Website: www.henrypp.org
Support: [email protected]

(c) 2015-2021 Henry++
(c) 2015-2022 Henry++

0 comments on commit 26b34b9

Please sign in to comment.