Update thorium-shell

This commit is contained in:
Alexander David Frick 2022-08-06 05:24:31 -05:00 committed by GitHub
parent 7f1fcb9f56
commit e1ccbd1222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 $@