Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Function un.LeaveUnWelcome
RMDir /r "$PROFILE\\AppData\\Roaming\\slobs-client"
RMDir /r "$PROFILE\\AppData\\Roaming\\slobs-plugins"
RMDir /r "$PROFILE\\AppData\\Roaming\\streamlabs-highlighter"
RMDir /r "$PROFILE\\.cache\\streamlabs-vision"
; REBOOTOK flag is required, because files might get injected into a game process and system may prevent their removal
; see: https://nsis.sourceforge.io/Reference/RMDir
RMDir /r /REBOOTOK "C:\\ProgramData\\obs-studio-hook"
Expand Down
Loading