diff --git a/G-Earth/pom.xml b/G-Earth/pom.xml index 190b95d..fda9c23 100644 --- a/G-Earth/pom.xml +++ b/G-Earth/pom.xml @@ -102,6 +102,21 @@ + + + + + + + + + + + + + + + diff --git a/G-Earth/src/main/resources/build/cache/cache.json b/G-Earth/src/main/resources/build/cache/cache.json new file mode 100644 index 0000000..6bb9e30 --- /dev/null +++ b/G-Earth/src/main/resources/build/cache/cache.json @@ -0,0 +1,3 @@ +{ + "theme": "Tanji" +} \ No newline at end of file diff --git a/G-Earth/src/main/resources/build/windows/32bit/G-Earth.exe b/G-Earth/src/main/resources/build/windows/32bit/G-Earth.exe deleted file mode 100644 index db7dbfd..0000000 Binary files a/G-Earth/src/main/resources/build/windows/32bit/G-Earth.exe and /dev/null differ diff --git a/G-Earth/src/main/resources/build/windows/32bit/Tanji.exe b/G-Earth/src/main/resources/build/windows/32bit/Tanji.exe new file mode 100644 index 0000000..f17c94c Binary files /dev/null and b/G-Earth/src/main/resources/build/windows/32bit/Tanji.exe differ diff --git a/G-Earth/src/main/resources/build/windows/64bit/G-Earth.exe b/G-Earth/src/main/resources/build/windows/64bit/G-Earth.exe deleted file mode 100644 index 700e3fc..0000000 Binary files a/G-Earth/src/main/resources/build/windows/64bit/G-Earth.exe and /dev/null differ diff --git a/G-Earth/src/main/resources/build/windows/64bit/Tanji.exe b/G-Earth/src/main/resources/build/windows/64bit/Tanji.exe new file mode 100644 index 0000000..f17c94c Binary files /dev/null and b/G-Earth/src/main/resources/build/windows/64bit/Tanji.exe differ