summarylogtreecommitdiffstats
path: root/substance-player
diff options
context:
space:
mode:
authorRyszard Knop2017-09-07 17:49:57 +0200
committerRyszard Knop2017-09-07 17:49:57 +0200
commite0e264aa249f16c5b404d05e2061bbfb45ed8a43 (patch)
tree5b586fc79e44d006f844a568ae041f389dab59ee /substance-player
parenta77542f2481582de534cc9968c95400e8ed6d3b2 (diff)
downloadaur-e0e264aa249f16c5b404d05e2061bbfb45ed8a43.tar.gz
Updated to the latest download link, PKGBUILD now matches all the other Substance pkgs
Diffstat (limited to 'substance-player')
-rw-r--r--substance-player11
1 files changed, 11 insertions, 0 deletions
diff --git a/substance-player b/substance-player
new file mode 100644
index 000000000000..cd91084600a5
--- /dev/null
+++ b/substance-player
@@ -0,0 +1,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 "$@"
+