Skip to content

Commit

Permalink
Update Installer.nsi
Browse files Browse the repository at this point in the history
Revert Changes
  • Loading branch information
SirSparkles authored Jun 6, 2023
1 parent 17cdd25 commit 63ab415
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ Section "Install"

Delete "$INSTDIR\Ionic.Utils.Zip.dll" ; Remove old dependency

File "TVRename\publish\net6.0-windows\TVRename.exe"
File "TVRename\publish\net6.0-windows\*.dll"
File "TVRename\publish\net6.0-windows\*.json"
File "TVRename\publish\net6.0-windows\TVRename.dll.config"
File "TVRename\bin\Release\net6.0-windows\TVRename.exe"
File "TVRename\bin\Release\net6.0-windows\*.dll"
File "TVRename\bin\Release\net6.0-windows\*.json"
File "TVRename\bin\Release\net6.0-windows\TVRename.dll.config"

File "TVRename\publish\net6.0-windows\NLog.config"
File "TVRename\bin\Release\net6.0-windows\NLog.config"

WriteUninstaller "$INSTDIR\Uninstall.exe"

Expand Down

1 comment on commit 63ab415

@TheOlympicon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RE #965, Did the mods I made break stuff?

Please sign in to comment.