Added names to the generated executable (for project generation).
This commit is contained in:
@@ -15,6 +15,7 @@ src_files = Split("""
|
||||
""")
|
||||
|
||||
prog_packer = env.UnityProgram(
|
||||
name = 'Texture Packer',
|
||||
target = env['BIN_DIR'] + '/texture_packer',
|
||||
source = src_files,
|
||||
dependencies = {
|
||||
|
||||
Reference in New Issue
Block a user