Skip to content

Commit

Permalink
Fixed PostBuild.build
Browse files Browse the repository at this point in the history
  • Loading branch information
highvoltz authored and highvoltz committed Oct 4, 2017
1 parent 7ae31b8 commit faacd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostBuild.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<echo message="Building default target" />
</target>
<target name="CreateZip">
<zip zipfile="HBRelog v${build.version}.zip" includeemptydirs="True" S>
<zip zipfile="HBRelog v${build.version}.zip" includeemptydirs="True">
<fileset>
<!-- Exclude all this shit. We don't want it in the release! -->
<exclude name="**/*.csproj" />
Expand Down

0 comments on commit faacd4b

Please sign in to comment.