thorium-mirror/infra/APPIMAGE/files/thorium-shell
Alexander David Frick e1ccbd1222
Update thorium-shell
2022-08-06 05:24:31 -05:00

8 lines
235 B
Bash

#!/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 $@