A tool to streamline installation, updating, and playing Windows games from ZOOM Platform on Linux using umu and Proton.
Script | Example | - |
---|---|---|
build.sh | ./build.sh "src.sh" "innoextract-upx" > output.sh |
Takes an input src.sh , embeds an innoextract binary, sets the version, prepends licences then prints the output. |
dist.sh | Downloads innoextract then creates a zoom-platform.sh file using build.sh |
The website is just a static index.html
in www/public.
A small web server is used so users can get the script at the latest commit or a specific hash.
See the README here.
For the script help, see -h
.
For the website:
URL (either http or https works) | |
---|---|
curl zoom-platform.sh |
Returns the latest stable version of the script. |
curl zoom-platform.sh/latest |
Returns the script built from the latest commit. |
curl zoom-platform.sh/b8dbaf9 |
Returns the script built from a specific commit. |
curl zoom-platform.sh/b8dbaf9cde1f98c09d7da6874c3931014275fd4b |
Same as above but using the full hash. |
Please see CONTRIBUTING.md