Skip to content

Commit

Permalink
Update Installer.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles authored Aug 4, 2018
1 parent 98b375c commit b49108e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Section "Install"
File "TVRename\bin\Release\Newtonsoft.Json.dll"
File "TVRename\bin\Release\NLog.dll"
File "TVRename\bin\Release\Ical.Net.dll"
File "TVRename\bin\Release\NodaTime.dll"
File "TVRename\bin\Release\SourceGrid.dll"
File "TVRename\bin\Release\Humanizer.dll"
File "TVRename\bin\Release\Microsoft.Toolkit.Win32.UI.Controls.dll"
Expand Down Expand Up @@ -93,6 +94,7 @@ Section "Uninstall"
Delete "$INSTDIR\SourceGrid.dll"
Delete "$INSTDIR\Humanizer.dll"
Delete "$INSTDIR\Ical.Net.dll"
Delete "$INSTDIR\NodaTime.dll"
Delete "$INSTDIR\Microsoft.Toolkit.Win32.UI.Controls.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.dll"
Delete "$INSTDIR\Microsoft.WindowsAPICodePack.Shell.dll"
Expand Down

0 comments on commit b49108e

Please sign in to comment.