mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update thorium-shell
This commit is contained in:
parent
7f1fcb9f56
commit
e1ccbd1222
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
HERE="$(pwd)"
|
||||
PARENT="$(dirname "$HERE")"
|
||||
|
||||
export LD_LIBRARY_PATH="${PARENT}"/lib:$PATH
|
||||
|
||||
"${HERE}"/thorium_shell --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api $@
|
||||
|
|
Loading…
Reference in a new issue