Skip to content

Commit

Permalink
fixed comments (invalid syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Apr 23, 2013
1 parent 0822478 commit d5fd264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions winstaller/winstart-browser.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
@IF EXIST "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" (
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --app=http://localhost:5566 --use-data-dir=%APPDATA%\HelloNode\
) ELSE (
start %~dp0\msie-app-secure.hta
)
:: IF EXIST "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" (
:: Need to read more http://support.mozilla.org/en-US/questions/955250
:: https://developer.mozilla.org/en-US/docs/Getting_started_with_XULRunner
:: Need to read more http://support.mozilla.org/en-US/questions/955250
:: https://developer.mozilla.org/en-US/docs/Getting_started_with_XULRunner
:: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -app %~dp0\firefox-app.ini
:: ) ELSE (
start %~dp0\msie-app-secure.hta
:: )
)

0 comments on commit d5fd264

Please sign in to comment.