Skip to content

Commit

Permalink
xd
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjonasxx committed Oct 2, 2021
1 parent 0245d80 commit 82cb8d0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions G-Earth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,21 @@
<copy todir="../Build/Windows_64bit/">
<fileset dir="src/main/resources/build/windows/64bit" includes="**/*" />
</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>
</configuration>
<goals>
Expand Down
3 changes: 3 additions & 0 deletions G-Earth/src/main/resources/build/cache/cache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"theme": "Tanji"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 82cb8d0

Please sign in to comment.