浏览代码

build-aux: Add shader cache cleanup to steam uninstall script

derrod 2 年之前
父节点
当前提交
4c5d3e77c9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      build-aux/steam/scripts_windows/uninstall.bat

+ 1 - 0
build-aux/steam/scripts_windows/uninstall.bat

@@ -20,6 +20,7 @@ goto checkAdmin
 
 :deleteProgramDataFolder
 	RMDIR /S /Q "%PROGRAMDATA%\obs-studio-hook"
+	RMDIR /S /Q "%PROGRAMDATA%\obs-studio\shader-cache"
 
 :uninstallDLLs
 	regsvr32.exe /u /s %1\data\obs-plugins\win-dshow\obs-virtualcam-module32.dll