voicemeeter-windows-volume
voicemeeter-windows-volume copied to clipboard
Portable Release has duplicate app-launcher.vbs
The portable release has two files named app-launcher.vbs
instead of app-launcher-debug.vsb
.
thanks for the heads up on this, ill try and get this updated soon. In the meantime, here's the file that should exist next to app-lancher.vbs:
app-launcher-debug.vbs
scriptdir = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName)
Set Shell = CreateObject("Shell.Application")
'{{INJECT_START:PKG}}
Shell.ShellExecute scriptDir & "\required\VMWV.exe", , , "runas", 1
'{{INJECT_END:PKG}}