mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
fix android updater, add fallback to android check
- copy build.txt to assets (gdx.files.internal looks only inside assets folder)
This commit is contained in:
@@ -425,6 +425,23 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<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>
|
||||
<id>android-release-packaging</id>
|
||||
<phase>package</phase>
|
||||
|
||||
Reference in New Issue
Block a user