瀏覽代碼

win-dshow: Set current working directory in VirtualCam scripts

Matt Gajownik 5 年之前
父節點
當前提交
ccd1ef2bd0
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      plugins/win-dshow/virtualcam-install.bat.in
  2. 1 0
      plugins/win-dshow/virtualcam-uninstall.bat.in

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

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

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

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