Skip to content

Commit

Permalink
Added useful version number in distributed package
Browse files Browse the repository at this point in the history
  • Loading branch information
gogoprog committed Oct 19, 2017
1 parent 297bb86 commit 8e1d260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gengine-gen-dist
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ shutil.copy2(common.rootPath + "/scripts/dist/gengine-compile.bat", distDir)
os.chdir(distDir)
version = input("Enter version: ")
fileName = "gengine-" + version + ".zip"
os.system("echo " + version + " > " + distDir + "/VERSION.txt")
os.system("zip -r " + fileName + " *")
os.system("git tag " + version)

0 comments on commit 8e1d260

Please sign in to comment.