mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
fix android filtering
This commit is contained in:
@@ -84,6 +84,7 @@
|
|||||||
<resource>
|
<resource>
|
||||||
<directory>filters</directory>
|
<directory>filters</directory>
|
||||||
<filtering>true</filtering>
|
<filtering>true</filtering>
|
||||||
|
<targetPath>assets</targetPath>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
<!-- append generated snapshot-version property -->
|
<!-- append generated snapshot-version property -->
|
||||||
@@ -425,23 +426,6 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
|
||||||
<id>android-additional-asset</id>
|
|
||||||
<phase>test</phase>
|
|
||||||
<configuration>
|
|
||||||
<target>
|
|
||||||
<delete file="${basedir}/assets/build.txt"/>
|
|
||||||
<copy todir="${basedir}/assets">
|
|
||||||
<fileset dir="${project.build.directory}/classes">
|
|
||||||
<include name="build.txt" />
|
|
||||||
</fileset>
|
|
||||||
</copy>
|
|
||||||
</target>
|
|
||||||
</configuration>
|
|
||||||
<goals>
|
|
||||||
<goal>run</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>android-release-packaging</id>
|
<id>android-release-packaging</id>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
|||||||
Reference in New Issue
Block a user