mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2025-01-19 00:26:27 +01:00
xd
This commit is contained in:
parent
0245d80111
commit
82cb8d0b01
@ -102,6 +102,21 @@
|
|||||||
<copy todir="../Build/Windows_64bit/">
|
<copy todir="../Build/Windows_64bit/">
|
||||||
<fileset dir="src/main/resources/build/windows/64bit" includes="**/*" />
|
<fileset dir="src/main/resources/build/windows/64bit" includes="**/*" />
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
|
|
||||||
|
<copy todir="../Build/Mac/Cache">
|
||||||
|
<fileset dir="src/main/resources/build/cache" includes="**/*" />
|
||||||
|
</copy>
|
||||||
|
<copy todir="../Build/Linux/Cache">
|
||||||
|
<fileset dir="src/main/resources/build/cache" includes="**/*" />
|
||||||
|
</copy>
|
||||||
|
<copy todir="../Build/Windows_32bit/Cache">
|
||||||
|
<fileset dir="src/main/resources/build/cache" includes="**/*" />
|
||||||
|
</copy>
|
||||||
|
<copy todir="../Build/Windows_64bit/Cache">
|
||||||
|
<fileset dir="src/main/resources/build/cache" includes="**/*" />
|
||||||
|
</copy>
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
3
G-Earth/src/main/resources/build/cache/cache.json
vendored
Normal file
3
G-Earth/src/main/resources/build/cache/cache.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"theme": "Tanji"
|
||||||
|
}
|
Binary file not shown.
BIN
G-Earth/src/main/resources/build/windows/32bit/Tanji.exe
Normal file
BIN
G-Earth/src/main/resources/build/windows/32bit/Tanji.exe
Normal file
Binary file not shown.
Binary file not shown.
BIN
G-Earth/src/main/resources/build/windows/64bit/Tanji.exe
Normal file
BIN
G-Earth/src/main/resources/build/windows/64bit/Tanji.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user