mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 00:38:44 +00:00
@@ -494,7 +494,7 @@
|
|||||||
</copy>
|
</copy>
|
||||||
<mkdir dir="${project.build.directory}/res/res/cardsfolder" />
|
<mkdir dir="${project.build.directory}/res/res/cardsfolder" />
|
||||||
<zip destfile="${project.build.directory}/res/res/cardsfolder/cardsfolder.zip" basedir="${basedir}/../forge-gui/res/cardsfolder" level="1" />
|
<zip destfile="${project.build.directory}/res/res/cardsfolder/cardsfolder.zip" basedir="${basedir}/../forge-gui/res/cardsfolder" level="1" />
|
||||||
<zip destfile="${project.build.directory}/assets.zip" basedir="${project.build.directory}/res" level="1" />
|
<zip destfile="${project.build.directory}/assets.zip" basedir="${project.build.directory}/res" level="1" excludes="**/*.xcf" />
|
||||||
<delete dir="${project.build.directory}/res" />
|
<delete dir="${project.build.directory}/res" />
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@@ -230,6 +230,7 @@
|
|||||||
<include name="adventure-editor.command" />
|
<include name="adventure-editor.command" />
|
||||||
<include name="adventure-editor.cmd" />
|
<include name="adventure-editor.cmd" />
|
||||||
<include name="adventure-editor.exe" />
|
<include name="adventure-editor.exe" />
|
||||||
|
<exclude name="**/*.xcf" />
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
||||||
<include name="**" />
|
<include name="**" />
|
||||||
@@ -245,6 +246,7 @@
|
|||||||
<exclude name="adventure-editor.command" />
|
<exclude name="adventure-editor.command" />
|
||||||
<exclude name="adventure-editor.cmd" />
|
<exclude name="adventure-editor.cmd" />
|
||||||
<exclude name="adventure-editor.exe" />
|
<exclude name="adventure-editor.exe" />
|
||||||
|
<exclude name="**/*.xcf" />
|
||||||
</tarfileset>
|
</tarfileset>
|
||||||
</tar>
|
</tar>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user