diff --git a/G-Earth/build.gradle.kts b/G-Earth/build.gradle.kts index 99ac482..6cc5f23 100644 --- a/G-Earth/build.gradle.kts +++ b/G-Earth/build.gradle.kts @@ -118,7 +118,7 @@ tasks.jpackageImage { * * Which can be found here: https://github.com/dorving/g_mem_mac */ - include("g_mem_mac") + include("G-Mem") } } into("$buildDir/jpackage/$outPath/app") diff --git a/G-Earth/src/main/resources/build/mac/G-Mem b/G-Earth/src/main/resources/build/mac/G-Mem old mode 100644 new mode 100755 index 8afda93..5278fb2 Binary files a/G-Earth/src/main/resources/build/mac/G-Mem and b/G-Earth/src/main/resources/build/mac/G-Mem differ diff --git a/G-Earth/src/main/resources/build/mac/g_mem_mac b/G-Earth/src/main/resources/build/mac/g_mem_mac deleted file mode 100755 index 5278fb2..0000000 Binary files a/G-Earth/src/main/resources/build/mac/g_mem_mac and /dev/null differ