Update Thorium.yml

This commit is contained in:
Alexander David Frick 2022-09-08 13:15:35 -05:00 committed by GitHub
parent 49165878ae
commit b05fd15f56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,6 @@ script:
- #!/bin/sh
- HERE=$(dirname $(readlink -f "${0}"))
- export LD_LIBRARY_PATH="${HERE}"/usr/lib:$PATH
- "${HERE}"/usr/bin/thorium --no-default-browser-check --enable-experimental-web-platform-features --new-canvas-2d-api --autoplay-policy=user-gesture-required $@
- "${HERE}"/usr/bin/thorium --no-default-browser-check --enable-experimental-web-platform-features --new-canvas-2d-api $@
- EOF
- chmod a+x ./AppRun