Applied macosapp. Closes #63

This commit is contained in:
huangyuhui
2016-05-16 12:55:35 +08:00
parent 61a8ab5199
commit ca3ed47d21
5 changed files with 61 additions and 25 deletions

View File

@@ -102,4 +102,4 @@ task makePackGZ(dependsOn: jar) << {
def fileEx = new File(project.buildDir, "libs/" + makeExecutableoutjar.getName().substring(0, makeExecutableoutjar.getName().length()-4)+".pack.gz.sha1")
if (!fileEx.exists()) fileEx.createNewFile()
fileEx.append sha1Hex
}
}