thorium-mirror/infra/APPIMAGE/files/thorium-shell
Alexander David Frick f5a22aa13d
Add files via upload
2022-06-18 23:42:14 -05:00

5 lines
320 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 --autoplay-policy=user-gesture-required --enable-features=PageInfoAboutThisSiteMoreInfo $@