summarylogtreecommitdiffstats
path: root/substance-alchemist
blob: 75b2b2ef4e2d2c869b4701d40b27484f427dca6b (plain)
1
2
3
4
5
6
7
8
9
10
#!/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_Alchemist/Substance\ Alchemist "$@"

exec /opt/Allegorithmic/Substance_Alchemist/Substance\ Alchemist "$@"