Fixed build errors
This commit is contained in:
@@ -12,6 +12,9 @@ def ICON_DIR = new File("core/assets/sprites/icon.icns")
|
|||||||
ext.writeVersion = {
|
ext.writeVersion = {
|
||||||
def pfile = new File('core/assets/version.properties')
|
def pfile = new File('core/assets/version.properties')
|
||||||
def props = new Properties()
|
def props = new Properties()
|
||||||
|
|
||||||
|
pfile.createNewFile()
|
||||||
|
|
||||||
props.load(new FileInputStream(pfile))
|
props.load(new FileInputStream(pfile))
|
||||||
|
|
||||||
String code = getBuildVersion()
|
String code = getBuildVersion()
|
||||||
|
|||||||
Reference in New Issue
Block a user