Skip to content

Commit

Permalink
fixed release script to always return success
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Nov 4, 2015
1 parent 7ff3441 commit 4d03cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ copy bin\x32\XEDParse.dll %RELEASEDIR%\x32\XEDParse.dll
copy bin\x32\XEDParse.lib %RELEASEDIR%\XEDParse_x86.lib
copy bin\x64\XEDParse.dll %RELEASEDIR%\x64\XEDParse.dll
copy bin\x64\XEDParse.lib %RELEASEDIR%\XEDParse_x64.lib

exit 0

0 comments on commit 4d03cf0

Please sign in to comment.