Explorar el Código

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

derrod hace 2 años
padre
commit
4c5d3e77c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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