mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 04:05:45 +00:00
build script fix
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<target name="-loadversion">
|
||||
<loadproperties srcfile="version.properties" prefix="version"/>
|
||||
<property name="VERSION" value="${version.major}.${version.minor}.@{version.release}.${version.build}" />
|
||||
<property name="VERSION" value="${version.major}.${version.minor}.${version.release}.${version.build}" />
|
||||
<property name="VERSIONNUMBER" value="${VERSION}" />
|
||||
</target>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user