Browse Source

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

derrod 2 years ago
parent
commit
4c5d3e77c9
1 changed files with 1 additions and 0 deletions
  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