summarylogtreecommitdiffstats
path: root/substance-player
blob: cd91084600a5bdfe9db7e0c49082bd859dba97f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# If the interface is too small/big, uncomment the following line and tweak the value accordingly.
#export QT_SCALE_FACTOR=0.75

# If you're using a Nvidia Optimus setup, uncomment the line below and comment the final line to
# always use the Nvidia GPU for this software (which is often too heavy for integrated GPUs).
#exec primusrun /opt/Allegorithmic/Substance_Player/Substance\ Player "$@"

exec /opt/Allegorithmic/Substance_Player/Substance\ Player "$@"