mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
Fixed build errors
This commit is contained in:
parent
8c369d9874
commit
3ed6be1d6d
@ -12,6 +12,9 @@ def ICON_DIR = new File("core/assets/sprites/icon.icns")
|
||||
ext.writeVersion = {
|
||||
def pfile = new File('core/assets/version.properties')
|
||||
def props = new Properties()
|
||||
|
||||
pfile.createNewFile()
|
||||
|
||||
props.load(new FileInputStream(pfile))
|
||||
|
||||
String code = getBuildVersion()
|
||||
|
Loading…
Reference in New Issue
Block a user