Skip to content

Commit a784156

Browse files
committed
Remove FDMT on uninstall, fixes #815
1 parent 7a60354 commit a784156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FlashDevelop/Installer/Installer.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ Section "un.FlashDevelop" UninstMain
543543
RMDir /r "$INSTDIR\Snippets"
544544
RMDir /r "$INSTDIR\Templates"
545545

546+
Delete "$INSTDIR\FDMT.cmd"
546547
Delete "$INSTDIR\README.txt"
547548
Delete "$INSTDIR\FirstRun.fdb"
548549
Delete "$INSTDIR\Exceptions.log"

0 commit comments

Comments
 (0)