Skip to content

Commit

Permalink
Uninstall all libs
Browse files Browse the repository at this point in the history
  • Loading branch information
smplayer-dev committed Mar 29, 2021
1 parent 4eb8869 commit 784dddf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/smplayer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Section $(Section_SMPlayer) SecSMPlayer
Call Backup_Codecs
!endif
Call Backup_YTDL
Call Backup_SMTube
;Call Backup_SMTube

${If} "$INSTDIR" == "$SMPlayer_Path"
ExecWait '"$SMPlayer_UnStrPath" /S /R _?=$SMPlayer_Path'
Expand Down Expand Up @@ -791,6 +791,7 @@ ${MementoSectionDone}
Delete "$INSTDIR\Qt*.dll"
Delete "$INSTDIR\libeay32.dll"
Delete "$INSTDIR\ssleay32.dll"
Delete "$INSTDIR\lib*.dll"
Delete "$INSTDIR\sample.avi"

;Delete registry keys
Expand Down

0 comments on commit 784dddf

Please sign in to comment.