-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
host the chrome zip on my network #86
Labels
Comments
Why do you need this? @woolyss will help you. |
Because i want to keep some version on my network. And sometimes i didn't have internet on some parts on my network. @woolyss, can you help me ? |
you need hosting (localhost for start is okay) for create REST API script and some programming skills.
"chromiumupdateurl" is url to your script. (important notice: all percent-formating operand (%d, %s) ang GET arguments need to be ordered as in chrlauncher.ini example).
returned data is single string as "key:val" with semicolon delimeter.
for example you can open "chromiumupdateurl" with replaced percents as %d to 32 or 64 and %s to <any of build type> (all values in chrlauncher.ini).
i cannot post any better example for some time, but all is simple.
|
thank you, it works like a charm 👍 |
how do i do this with a github download link? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to host the chrome zip on my network.
I think i can manage it with the "ChromiumUpdateUrl" parameter.
But how can i do it ?
The text was updated successfully, but these errors were encountered: