1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00
Files
egui/build_demo_web.sh
Cristian Dinu b3aa4982f6 Adapt the URL open command to the platform
With this new version we use $OSTYPE bash env var to query what OS
are we running on.

- On Linux, ex: Fedora, we use `xdg-open`
- On Windows, ex: msys, we use `start`
- For other other variants we try to use `open`

We should update this script when we notice that `open` is not
available on a particular platform.
2021-03-24 13:22:09 +02:00

1.2 KiB
Executable File