mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
add a few more dirs to remove if empty when uninstalling
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@440 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
7e13c59554
commit
573464feda
@ -369,6 +369,8 @@ begin
|
||||
RemoveDir(ExpandConstant('{app}\Languages'));
|
||||
RemoveDir(ExpandConstant('{app}\WaveForms'));
|
||||
RemoveDir(ExpandConstant('{app}'));
|
||||
RemoveDir(ExpandConstant('{userappdata}\Subtitle Edit\VobSub\English'));
|
||||
RemoveDir(ExpandConstant('{userappdata}\Subtitle Edit\VobSub'));
|
||||
RemoveDir(ExpandConstant('{userappdata}\Subtitle Edit\WaveForms'));
|
||||
RemoveDir(ExpandConstant('{userappdata}\Subtitle Edit'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user