Procházet zdrojové kódy

加入录屏插件

huihui před 5 roky
rodič
revize
7a6d6bcd2a
12 změnil soubory, kde provedl 36 přidání a 0 odebrání
  1. binární
      插件/atl100.dll
  2. binární
      插件/audio_sniffer-x64.dll
  3. binární
      插件/audio_sniffer.dll
  4. binární
      插件/msvcp100.dll
  5. binární
      插件/msvcr100.dll
  6. 18 0
      插件/reg.bat
  7. binární
      插件/screen-capture-recorder-x64.dll
  8. binární
      插件/screen-capture-recorder.dll
  9. 18 0
      插件/unreg.bat
  10. binární
      插件/vcomp100.dll
  11. binární
      插件/vcredist_x64.exe
  12. binární
      插件/vcredist_x86.exe

binární
插件/atl100.dll


binární
插件/audio_sniffer-x64.dll


binární
插件/audio_sniffer.dll


binární
插件/msvcp100.dll


binární
插件/msvcr100.dll


+ 18 - 0
插件/reg.bat

@@ -0,0 +1,18 @@
+@echo off
+rem	Check that the user	properly called	this script.
+
+rem	设置APPDIR环境变量为当前服务器程序运行目录
+call :compute_pwd
+set	APPDIR=%~dp0%
+echo 设置工作目录成功
+
+echo "开始注册 screen-capture-recorder插件"
+
+regsvr32 %APPDIR%screen-capture-recorder.dll
+regsvr32 %APPDIR%audio_sniffer.dll
+
+echo "注册完成"
+
+:compute_pwd
+@FOR /F	"tokens=*" %%i in ('cd') DO	@set PWD=%%~fsi
+@goto :EOF

binární
插件/screen-capture-recorder-x64.dll


binární
插件/screen-capture-recorder.dll


+ 18 - 0
插件/unreg.bat

@@ -0,0 +1,18 @@
+@echo off
+rem	Check that the user	properly called	this script.
+
+rem	设置APPDIR环境变量为当前服务器程序运行目录
+call :compute_pwd
+set	APPDIR=%~dp0%
+echo 设置工作目录成功
+
+echo "开始卸载 screen-capture-recorder插件"
+
+regsvr32 /u %APPDIR%screen-capture-recorder.dll
+regsvr32 /u %APPDIR%audio_sniffer.dll
+
+echo "卸载完成"
+
+:compute_pwd
+@FOR /F	"tokens=*" %%i in ('cd') DO	@set PWD=%%~fsi
+@goto :EOF

binární
插件/vcomp100.dll


binární
插件/vcredist_x64.exe


binární
插件/vcredist_x86.exe