Explorar el Código

win-dshow: Set current working directory in VirtualCam scripts

Matt Gajownik hace 5 años
padre
commit
ccd1ef2bd0

+ 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