Skip to content

How does the docker version skip the launcher? #66

Answered by quietvoid
zacha81 asked this question in Q&A
Discussion options

You must be logged in to vote

See the entrypoint script: https://github.com/netbrain/zwift/blob/master/entrypoint.sh#L76
The launcher is started to tray with SilentLaunch, then the process PID is used to start the game with runfromprocess.

For authentication the token is fetched by this script: https://github.com/netbrain/zwift/blob/master/zwift-auth.sh
And passed to the ZwiftApp.exe start with --token ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zacha81
Comment options

Answer selected by netbrain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants