mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
@@ -494,7 +494,7 @@
|
||||
</copy>
|
||||
<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}/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" />
|
||||
</target>
|
||||
</configuration>
|
||||
|
||||
@@ -230,6 +230,7 @@
|
||||
<include name="adventure-editor.command" />
|
||||
<include name="adventure-editor.cmd" />
|
||||
<include name="adventure-editor.exe" />
|
||||
<exclude name="**/*.xcf" />
|
||||
</tarfileset>
|
||||
<tarfileset dir="${project.build.directory}/${project.build.finalName}">
|
||||
<include name="**" />
|
||||
@@ -245,6 +246,7 @@
|
||||
<exclude name="adventure-editor.command" />
|
||||
<exclude name="adventure-editor.cmd" />
|
||||
<exclude name="adventure-editor.exe" />
|
||||
<exclude name="**/*.xcf" />
|
||||
</tarfileset>
|
||||
</tar>
|
||||
</target>
|
||||
|
||||
Reference in New Issue
Block a user