You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
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'.
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user