Skip to content

Commit

Permalink
Add backend type in release archive name
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Dec 27, 2017
1 parent ac6c52f commit cb410e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def generate_release(target, source, env):
)

release = env.Command(
'#godot-python-${release_suffix}-${platform}.zip',
'#godot-python-${release_suffix}-${platform}-${backend}.zip',
env['build_dir'],
generate_release
)
Expand Down

0 comments on commit cb410e6

Please sign in to comment.