-
-
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
9 changed files
with
110 additions
and
40 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
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 |
---|---|---|
|
@@ -20,37 +20,44 @@ To set as default internet browser run SetDefaultBrowser.bat (as admin). | |
~~~ | ||
[chrlauncher] | ||
# Set browser architecture: | ||
# Command line for Chromium: | ||
# | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
# 32 -> 32-bit | ||
# See here: | ||
# http://peter.sh/experiments/chromium-command-line-switches/ | ||
# | ||
BrowserArchitecture=0 | ||
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins | ||
# Last update checking timestamp: | ||
# Chromium binaries directory: | ||
# | ||
BrowserCheckDate=0 | ||
ChromiumDirectory=.\bin | ||
# Check for new browser version once in X days: | ||
# Adobe Flash Player PPAPI DLL path: | ||
# | ||
# 0 -> disable update checking | ||
# 1 -> once in day (default) | ||
# See here: | ||
# http://effect8.ru/soft/media/adobe-flash-player-portable.html | ||
# | ||
BrowserCheckPeriod=1 | ||
FlashPlayerPath=.\plugins\pepflashplayer.dll | ||
# Command line for Chromium | ||
# Set Chromium binaries architecture: | ||
# | ||
# See here: | ||
# http://peter.sh/experiments/chromium-command-line-switches/ | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
# 32 -> 32-bit | ||
# | ||
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check | ||
ChromiumArchitecture=0 | ||
# Chromium binaries directory | ||
# Check for new Chromium version once in X days: | ||
# | ||
ChromiumDirectory=.\bin | ||
# 0 -> disable update checking | ||
# 1 -> once in day (default) | ||
# | ||
ChromiumCheckPeriod=1 | ||
# Last update checking timestamp: | ||
# | ||
ChromiumCheckPeriodLast=0 | ||
~~~ | ||
Website: www.henrypp.org<br /> | ||
Support: [email protected]<br /> | ||
<br /> | ||
(c) 2016 Henry++ | ||
(c) 2015, 2016 Henry++ |
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
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 |
---|---|---|
|
@@ -14,37 +14,44 @@ Folder structure: | |
Settings: | ||
[chrlauncher] | ||
|
||
# Set browser architecture: | ||
# Command line for Chromium: | ||
# | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
# 32 -> 32-bit | ||
# See here: | ||
# http://peter.sh/experiments/chromium-command-line-switches/ | ||
# | ||
BrowserArchitecture=0 | ||
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins | ||
|
||
# Last update checking timestamp: | ||
# Chromium binaries directory: | ||
# | ||
BrowserCheckDate=0 | ||
ChromiumDirectory=.\bin | ||
|
||
# Check for new browser version once in X days: | ||
# Adobe Flash Player PPAPI DLL path: | ||
# | ||
# 0 -> disable update checking | ||
# 1 -> once in day (default) | ||
# See here: | ||
# http://effect8.ru/soft/media/adobe-flash-player-portable.html | ||
# | ||
BrowserCheckPeriod=1 | ||
FlashPlayerPath=.\plugins\pepflashplayer.dll | ||
|
||
# Command line for Chromium | ||
# Set Chromium binaries architecture: | ||
# | ||
# See here: | ||
# http://peter.sh/experiments/chromium-command-line-switches/ | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
# 32 -> 32-bit | ||
# | ||
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check | ||
ChromiumArchitecture=0 | ||
|
||
# Chromium binaries directory | ||
# Check for new Chromium version once in X days: | ||
# | ||
ChromiumDirectory=.\bin | ||
# 0 -> disable update checking | ||
# 1 -> once in day (default) | ||
# | ||
ChromiumCheckPeriod=1 | ||
|
||
# Last update checking timestamp: | ||
# | ||
ChromiumCheckPeriodLast=0 | ||
|
||
Website: www.henrypp.org | ||
Support: [email protected] | ||
|
||
(c) 2016 Henry++ | ||
(c) 2015, 2016 Henry++ |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[chrlauncher] | ||
|
||
# Command line for Chromium: | ||
# | ||
# See here: | ||
# http://peter.sh/experiments/chromium-command-line-switches/ | ||
# | ||
ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check --allow-outdated-plugins | ||
|
||
# Chromium binaries directory: | ||
# | ||
ChromiumDirectory=.\bin | ||
|
||
# Adobe Flash Player PPAPI DLL path: | ||
# | ||
# See here: | ||
# http://effect8.ru/soft/media/adobe-flash-player-portable.html | ||
# | ||
FlashPlayerPath=.\plugins\pepflashplayer.dll | ||
|
||
# Set Chromium binaries architecture: | ||
# | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
# 32 -> 32-bit | ||
# | ||
ChromiumArchitecture=0 | ||
|
||
# Check for new Chromium version once in X days: | ||
# | ||
# 0 -> disable update checking | ||
# 1 -> once in day (default) | ||
# | ||
ChromiumCheckPeriod=1 | ||
|
||
# Last update checking timestamp: | ||
# | ||
ChromiumCheckPeriodLast=0 |
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
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
Binary file not shown.
Binary file not shown.