-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,17 +10,26 @@ Portable Chromium launcher and updater. | |
~~~ | ||
[chrlauncher] | ||
; ChromiumArchitecture=0 | ||
; <0 - auto (default), 64 - check for 64-bit Chromium, 32 - check for 32-bit Chromium> | ||
# ChromiumArchitecture | ||
# | ||
# 0 -> auto detected | ||
# 64 -> check for 64-bit Chromium | ||
# 32 -> check for 32-bit Chromium | ||
ChromiumArchitecture=0 | ||
; ChromiumCheckDays=1 | ||
; check for new version once in X days. | ||
; | ||
; <0 - disable update checking, 1 - once in day (delault)> | ||
# ChromiumCheckDays | ||
# | ||
# Check for new version once in X days | ||
# | ||
# 0 -> disable update checking | ||
# 1 -> once in day | ||
ChromiumCheckDays=1 | ||
; ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check | ||
; command line for run Chromium | ||
; see here: http://peter.sh/experiments/chromium-command-line-switches/ | ||
# ChromiumCommandLine | ||
# | ||
# Command line for run Chromium | ||
# See here: http://peter.sh/experiments/chromium-command-line-switches/ | ||
# ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check | ||
~~~ | ||
Website: www.henrypp.org<br /> | ||
Support: [email protected]<br /> | ||
|