Skip to content

Commit

Permalink
*In ilmerge.bat, removed win64 from the exe output name
Browse files Browse the repository at this point in the history
  • Loading branch information
yaboy58 committed Nov 21, 2016
1 parent f95098a commit a2ff695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/ilmerge.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SET version="v6.5.0"

"..\src\packages\ilmerge.2.14.1208\tools\ILMerge.exe" "..\src\BatchGuy.App\bin\Release\BatchGuy.App.exe" "..\src\packages\System.Linq.Dynamic.1.0.4\lib\net40\System.Linq.Dynamic.dll" "..\src\packages\log4net.2.0.4\lib\net45-full\log4net.dll" "..\src\packages\Newtonsoft.Json.7.0.1\\lib\net45\Newtonsoft.Json.dll" /out:"BatchGuy-%version%-win64.exe" /target:winexe /targetplatform:v4 /ndebug
"..\src\packages\ilmerge.2.14.1208\tools\ILMerge.exe" "..\src\BatchGuy.App\bin\Release\BatchGuy.App.exe" "..\src\packages\System.Linq.Dynamic.1.0.4\lib\net40\System.Linq.Dynamic.dll" "..\src\packages\log4net.2.0.4\lib\net45-full\log4net.dll" "..\src\packages\Newtonsoft.Json.7.0.1\\lib\net45\Newtonsoft.Json.dll" /out:"BatchGuy-%version%.exe" /target:winexe /targetplatform:v4 /ndebug

0 comments on commit a2ff695

Please sign in to comment.