From 24f3f43457ac6bdeed95c1ed0a882387a509078a Mon Sep 17 00:00:00 2001 From: masoud bh Date: Mon, 9 Nov 2015 02:23:58 +0330 Subject: Add icon to exe file in windows export add version_info and icon sections in "export to windows platform". add version_info and icon to godot exe file (editor & template exe). fix an problem in image class. change all default icons to android export icon (a little more rounded). create an python script for convert file to cpp byte array for use in 'splash.h'. --- methods.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'methods.py') diff --git a/methods.py b/methods.py index 9608b1b61..21c2293bf 100755 --- a/methods.py +++ b/methods.py @@ -1098,6 +1098,8 @@ def update_version(): f.write("#define VERSION_MINOR "+str(version.minor)+"\n") f.write("#define VERSION_REVISION "+str(rev)+"\n") f.write("#define VERSION_STATUS "+str(version.status)+"\n") + import datetime + f.write("#define VERSION_YEAR "+str(datetime.datetime.now().year)+"\n") def parse_cg_file(fname, uniforms, sizes, conditionals): -- cgit v1.2.3-70-g09d2