summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorusrmusicman2019-10-14 09:26:35 -0400
committerusrmusicman2019-10-14 09:26:35 -0400
commite21f9148dd8400a10968ae5a61298a14097a99c8 (patch)
treea33ebcaefbcd765d7abe4a0a9378f2effa68abfa
parentfb539d066a05eb0ccdc2a35a0ceeade403590857 (diff)
downloadaur-e21f9148dd8400a10968ae5a61298a14097a99c8.tar.gz
Update w2lvst2 script to use a different path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--w2lvst22
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e0cb506163..5f20e96f2391 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linvst2
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
pkgver = 2.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/osxmidi/LinVst
arch = x86_64
depends = wine
diff --git a/PKGBUILD b/PKGBUILD
index 3ed11ce2f4c4..43b5bf2eeeaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=linvst2
pkgver=2.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
arch=('x86_64')
url="https://github.com/osxmidi/LinVst"
diff --git a/w2lvst2 b/w2lvst2
index bd140a95c6a0..cfdba1aa5d7e 100644
--- a/w2lvst2
+++ b/w2lvst2
@@ -11,7 +11,7 @@ import sys # import sytem functions
# Golbal Variables
linvstfileso="/usr/share/LinVst/64bit-32bit/linvst.so" # the linvst.so bridge file for the linvst bridge
homedir=os.path.expanduser("~") # expand the current users home directory /home/<user>
-vstdir=(homedir + "/" + ".vst" + "/") # DAW scanned VST directory
+vstdir=(homedir + "/" + ".vst" + "/" + "windows-bridged" + "/") # DAW scanned VST directory
currentdir=os.getcwd() + "/" # get the current work directory
# Executable Code