You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the launcher with the file name as an argument: chrlauncher.exe d:\temp\1.htm
But it is not transmitted to the Chromium. An empty tab opens.
But if I run as: chrlauncher.exe file://d:\temp\1.htm it works.
What's wrong?
I'm using version 2.5.4 of launcher (x64)
The text was updated successfully, but these errors were encountered:
Looks like all "random" arguments send to the launcher are ignored.
To solve the problem with double clicking a html file you can change the registry key HKEY_CLASSES_ROOT\chrlauncherHTML\shell\open\command "C:\YOUR_DIR\chrlauncher.exe" "%1" to "C:\YOUR_DIR\chrlauncher.exe" file://"%1"
Yeah, that's exactly what I did.
But I think that the launcher should work transparently and pass all the parameters to the browser, cutting only its own parameters.
I run the launcher with the file name as an argument:
chrlauncher.exe d:\temp\1.htm
But it is not transmitted to the Chromium. An empty tab opens.
But if I run as:
chrlauncher.exe file://d:\temp\1.htm
it works.What's wrong?
I'm using version 2.5.4 of launcher (x64)
The text was updated successfully, but these errors were encountered: