summarylogtreecommitdiffstats
path: root/tracktion-waveform
diff options
context:
space:
mode:
authorArne Fahrenwalde2018-10-30 14:08:34 +0100
committerArne Fahrenwalde2018-10-30 14:08:34 +0100
commit0c7126d6d5987c13fe48d97ef4125a5f92a02dcf (patch)
tree4e35e0153bb8d82138810e9ca8f42627914d61f0 /tracktion-waveform
downloadaur-tracktion-waveform-8.tar.gz
Initial commit for Tracktion Waveform 8
Diffstat (limited to 'tracktion-waveform')
-rw-r--r--tracktion-waveform5
1 files changed, 5 insertions, 0 deletions
diff --git a/tracktion-waveform b/tracktion-waveform
new file mode 100644
index 000000000000..9c9d61971455
--- /dev/null
+++ b/tracktion-waveform
@@ -0,0 +1,5 @@
+#!/bin/sh
+EXECUTABLE=@executable@
+export LD_PRELOAD=/usr/lib/libcurl.so.4.4.0
+exec $EXECUTABLE "$@"
+