Browse Source

Merge pull request #3473 from WizardCM/fix-vcam-scripts

win-dshow: Set current working directory in VirtualCam scripts
Jim 5 years ago
parent
commit
43bdf9d516

+ 1 - 0
plugins/win-dshow/virtualcam-install.bat.in

@@ -1,4 +1,5 @@
 @echo off
+@cd /d "%~dp0"
 goto checkAdmin
 
 :checkAdmin

+ 1 - 0
plugins/win-dshow/virtualcam-uninstall.bat.in

@@ -1,4 +1,5 @@
 @echo off
+@cd /d "%~dp0"
 goto checkAdmin
 
 :checkAdmin