-
-
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
26 changed files
with
141 additions
and
6,267 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 |
---|---|---|
|
@@ -30,4 +30,4 @@ Desktop.ini | |
*.user | ||
*.iobj | ||
*.ipdb | ||
*.ilk | ||
*.ilk |
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 |
---|---|---|
@@ -1,24 +1,20 @@ | ||
# chrlauncher | ||
|
||
Small and very fast portable launcher and updater for Chromium and Mozilla Firefox. | ||
Small and very fast portable launcher and updater for Chromium. | ||
|
||
#### Supported browser | ||
- Launcher - Chromium, Mozilla Firefox and their clones (hi Google Chrome!). | ||
- Updater - Chromium, Mozilla Firefox. | ||
- Launcher - Chromium and their clones (hi Google Chrome!). | ||
- Updater - Chromium only. | ||
|
||
#### Folder structure | ||
- chromium\bin - Chromium binaries directory. | ||
- firefox\bin - Mozilla Firefox binaries directory. | ||
|
||
#### Command line | ||
- /browser chromium - run Chromium | ||
- /browser firefox - run Mozilla Firefox | ||
- \bin - binaries directory. | ||
- \profile - profile directory. | ||
|
||
#### Settings | ||
~~~ | ||
[chrlauncher] | ||
# Set binary architecture: | ||
# Set browser architecture: | ||
# | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
|
@@ -37,13 +33,6 @@ BrowserCheckDate=0 | |
# | ||
BrowserCheckPeriod=1 | ||
# Select internet browser: | ||
# | ||
# chromium -> Chromium (default) | ||
# firefox -> Firefox | ||
# | ||
BrowserName=chromium | ||
# Command line for Chromium | ||
# | ||
# See here: | ||
|
@@ -53,35 +42,7 @@ ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check | |
# Chromium binaries directory | ||
# | ||
ChromiumDirectory=.\chromium\bin | ||
# Command line for Firefox | ||
# | ||
# See here: | ||
# https://developer.mozilla.org/docs/Mozilla/Command_Line_Options | ||
# | ||
FirefoxCommandLine=-profile "..\profile" -no-remote | ||
# Firefox binaries directory | ||
# | ||
FirefoxDirectory=.\firefox\bin | ||
# Firefox update channel | ||
# | ||
# release -> Release channel (default) | ||
# esr -> ESR (Extended Support Release) | ||
# | ||
FirefoxChannel=release | ||
# Localization: | ||
# | ||
# en-US -> english (default) | ||
# ru -> russian | ||
# | ||
# See here: | ||
# https://ftp.mozilla.org/pub/firefox/releases/latest/README.txt | ||
# | ||
FirefoxLocalization=en-US | ||
ChromiumDirectory=.\bin | ||
~~~ | ||
Website: www.henrypp.org<br /> | ||
Support: [email protected]<br /> | ||
|
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 |
---|---|---|
@@ -1,23 +1,22 @@ | ||
chrlauncher | ||
|
||
Small and very fast portable launcher and updater for Chromium and Mozilla Firefox. | ||
Small and very fast portable launcher and updater for Chromium. | ||
|
||
Set as default internet browser: | ||
run SetDefaultBrowser.bat (as admin) | ||
|
||
Supported browser: | ||
- Launcher - Chromium, Mozilla Firefox and their clones (hi Google Chrome!). | ||
- Updater - Chromium, Mozilla Firefox. | ||
- Launcher - Chromium and their clones (hi Google Chrome!). | ||
- Updater - Chromium only. | ||
|
||
Folder structure: | ||
- chromium\bin - Chromium binaries directory. | ||
- firefox\bin - Mozilla Firefox binaries directory. | ||
|
||
Command line: | ||
- /browser chromium - run Chromium | ||
- /browser firefox - run Mozilla Firefox | ||
- \bin - binaries directory. | ||
- \profile - profile directory. | ||
|
||
Settings: | ||
[chrlauncher] | ||
|
||
# Set binary architecture: | ||
# Set browser architecture: | ||
# | ||
# 0 -> autodetect (default) | ||
# 64 -> 64-bit | ||
|
@@ -36,13 +35,6 @@ BrowserCheckDate=0 | |
# | ||
BrowserCheckPeriod=1 | ||
|
||
# Select internet browser: | ||
# | ||
# chromium -> Chromium (default) | ||
# firefox -> Firefox | ||
# | ||
BrowserName=chromium | ||
|
||
# Command line for Chromium | ||
# | ||
# See here: | ||
|
@@ -52,37 +44,9 @@ ChromiumCommandLine=--user-data-dir=..\profile --no-default-browser-check | |
|
||
# Chromium binaries directory | ||
# | ||
ChromiumDirectory=.\chromium\bin | ||
|
||
# Command line for Firefox | ||
# | ||
# See here: | ||
# https://developer.mozilla.org/docs/Mozilla/Command_Line_Options | ||
# | ||
FirefoxCommandLine=-profile "..\profile" -no-remote | ||
|
||
# Firefox binaries directory | ||
# | ||
FirefoxDirectory=.\firefox\bin | ||
|
||
# Firefox update channel | ||
# | ||
# release -> Release channel (default) | ||
# esr -> ESR (Extended Support Release) | ||
# | ||
FirefoxChannel=release | ||
|
||
# Localization: | ||
# | ||
# en-US -> english (default) | ||
# ru -> russian | ||
# | ||
# See here: | ||
# https://ftp.mozilla.org/pub/firefox/releases/latest/README.txt | ||
# | ||
FirefoxLocalization=en-US | ||
ChromiumDirectory=.\bin | ||
|
||
Website: www.henrypp.org | ||
Support: [email protected] | ||
|
||
(c) 2015 Henry++ | ||
(c) 2016 Henry++ |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.