summarylogtreecommitdiffstats
path: root/substance-alchemist
diff options
context:
space:
mode:
Diffstat (limited to 'substance-alchemist')
-rw-r--r--substance-alchemist10
1 files changed, 10 insertions, 0 deletions
diff --git a/substance-alchemist b/substance-alchemist
new file mode 100644
index 000000000000..75b2b2ef4e2d
--- /dev/null
+++ b/substance-alchemist
@@ -0,0 +1,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 "$@"