thorium-mirror/infra/APPIMAGE/files/thorium-shell

9 lines
235 B
Text
Raw Normal View History

2022-06-19 00:42:14 -04:00
#!/bin/sh
2022-08-06 06:24:31 -04:00
2022-06-19 00:42:14 -04:00
HERE="$(pwd)"
PARENT="$(dirname "$HERE")"
2022-08-06 06:24:31 -04:00
2022-06-19 00:42:14 -04:00
export LD_LIBRARY_PATH="${PARENT}"/lib:$PATH
2022-08-06 06:24:31 -04:00
2022-08-02 13:49:54 -04:00
"${HERE}"/thorium_shell --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api $@