Skip to content

Commit

Permalink
Merge pull request #966 from TheOlympicon/master
Browse files Browse the repository at this point in the history
Fixes to include published version of build artifacts in installer
  • Loading branch information
SirSparkles authored Jun 6, 2023
2 parents b3eea37 + 35fef71 commit 9b8d67b
Show file tree
Hide file tree
Showing 2 changed files with 8 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\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\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\NLog.config"
File "TVRename\publish\net6.0-windows\NLog.config"

WriteUninstaller "$INSTDIR\Uninstall.exe"

Expand Down
3 changes: 3 additions & 0 deletions TVRename/msbuild.rsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/p:configuration=Release
/t:Publish
/p:PublishProfile=./Properties/PublishProfiles/FolderProfile.pubxml

0 comments on commit 9b8d67b

Please sign in to comment.