summarylogtreecommitdiffstats
path: root/substance-designer
blob: c21e60358e01911e86ea3078846f27250ea4b7ac (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_Designer/Substance\ Designer "$@"

exec /opt/Allegorithmic/Substance_Designer/Substance\ Designer "$@"