We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794117f commit 67e4103Copy full SHA for 67e4103
build.xml
@@ -20,11 +20,11 @@
20
<echo message="Preparing release..."/>
21
22
<move todir="${tmp.path}\extract2">
23
- <fileset dir="${extract.path}\vlc-${app.version}"/>
+ <fileset dir="${extract.path}\vlc-${app.version}" defaultexcludes="no"/>
24
</move>
25
<delete dir="${extract.path}"/>
26
<move todir="${extract.path}">
27
- <fileset dir="${tmp.path}\extract2"/>
+ <fileset dir="${tmp.path}\extract2" defaultexcludes="no"/>
28
29
</target>
30
0 commit comments