Navigation Menu

Skip to content

Commit

Permalink
Update Installer.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed May 13, 2020
1 parent 23d2ca1 commit 037548a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Installer.nsi
Expand Up @@ -71,6 +71,7 @@ Section "Install"
File "TVRename\bin\Release\NLog.dll"
File "TVRename\bin\Release\NLog.Targets.Syslog.dll"
File "TVRename\bin\Release\NLog.Windows.Forms.dll"
File "TVRename\bin\Release\ObjectListView.dll"
File "TVRename\bin\Release\Timber.io.NLog.dll"
File "TVRename\bin\Release\NodaTime.dll"
File "TVRename\bin\Release\SourceGrid.dll"
Expand Down Expand Up @@ -140,6 +141,7 @@ Section "Uninstall"
Delete "$INSTDIR\Newtonsoft.Json.dll"
Delete "$INSTDIR\NLog.dll"
Delete "$INSTDIR\NLog.Targets.Syslog.dll"
Delete "$INSTDIR\ObjectListView.dll"
Delete "$INSTDIR\NLog.Windows.Forms.dll"
Delete "$INSTDIR\Timber.io.NLog.dll"
Delete "$INSTDIR\NodaTime.dll"
Expand Down

0 comments on commit 037548a

Please sign in to comment.