Applied macosapp. Closes #63
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user