Skip to content

Commit

Permalink
build-aux: Add shader cache cleanup to steam uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Jul 23, 2023
1 parent e7a3ffd commit 4c5d3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-aux/steam/scripts_windows/uninstall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c5d3e7

Please sign in to comment.