Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Disable default excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 5, 2019
1 parent 87af366 commit 5eb8a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<echo message="Preparing release..."/>
<property name="extract.path2" value="${tmp.path}\extract2"/>
<move todir="${tmp.path}\extract2">
<fileset dir="${extract.path}\${innosetup.app}">
<fileset dir="${extract.path}\${innosetup.app}" defaultexcludes="no">
<exclude name="installers/**"/>
<exclude name="kitematic/**"/>
</fileset>
Expand All @@ -44,7 +44,7 @@

<delete dir="${extract.path}\${innosetup.app}"/>
<move todir="${extract.path}\${innosetup.app}">
<fileset dir="${extract.path2}"/>
<fileset dir="${extract.path2}" defaultexcludes="no"/>
</move>
</target>

Expand Down

0 comments on commit 5eb8a68

Please sign in to comment.