Frosthaven / voicemeeter-windows-volume

Tray app that allows you to sync windows volume and mute state to Voicemeeter volume controls
265 stars 9 forks source link

Portable Release has duplicate app-launcher.vbs #40

Open LucasOe opened 1 year ago

LucasOe commented 1 year ago

The portable release has two files named app-launcher.vbs instead of app-launcher-debug.vsb.

Frosthaven commented 1 year ago

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}}