Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jun 27, 2017
1 parent f0cae0d commit 0d4bba1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v2.4 (27 Juny 2017)
+ added ChromiumWaitForDownloadEnd config (issue #68 & #65)
+ added ChroiumUpdateUrl config (issue #69)
+ added ChromiumUpdateUrl config (issue #69)
+ added set of old configuration (v1.9.4)
- replaced wininet with winhttp library
- removed errors messages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrlauncher has feature for use portable Flash Player PPAPI.
[chrlauncher]

# Custom Chromium update url (string):
#ChroiumUpdateUrl=https://chromium.woolyss.com/api/v3/?os=windows&bit=%d&type=%s&out=string
#ChromiumUpdateUrl=https://chromium.woolyss.com/api/v3/?os=windows&bit=%d&type=%s&out=string

# Command line for Chromium (string):
# See here: http://peter.sh/experiments/chromium-command-line-switches/
Expand Down
2 changes: 1 addition & 1 deletion bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v2.4 (27 Juny 2017)
+ added ChromiumWaitForDownloadEnd config (issue #68 & #65)
+ added ChroiumUpdateUrl config (issue #69)
+ added ChromiumUpdateUrl config (issue #69)
+ added set of old configuration (v1.9.4)
- replaced wininet with winhttp library
- removed errors messages
Expand Down
2 changes: 1 addition & 1 deletion bin/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Settings:
[chrlauncher]

# Custom Chromium update url (string):
#ChroiumUpdateUrl=https://chromium.woolyss.com/api/v3/?os=windows&bit=%d&type=%s&out=string
#ChromiumUpdateUrl=https://chromium.woolyss.com/api/v3/?os=windows&bit=%d&type=%s&out=string

# Command line for Chromium (string):
# See here: http://peter.sh/experiments/chromium-command-line-switches/
Expand Down
2 changes: 1 addition & 1 deletion bin/chrlauncher.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[chrlauncher]

# Custom Chromium update url (string):
#ChroiumUpdateUrl=https://chromium.woolyss.com/api/v3/?os=windows&bit=%d&type=%s&out=string
#ChromiumUpdateUrl=https://chromium.woolyss.com/api/v3/?os=windows&bit=%d&type=%s&out=string

# Command line for Chromium (string):
# See here: http://peter.sh/experiments/chromium-command-line-switches/
Expand Down
Binary file modified src/main.cpp
Binary file not shown.

0 comments on commit 0d4bba1

Please sign in to comment.