Skip to content

Commit

Permalink
remove 7z requirement on non-win;
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Dec 29, 2017
1 parent 8c653db commit 450c98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def deploy(args, unknown=None):
output_path_a = output_path_a + "." + p

fmt = 'zip'
if p == 'installer':
if p == 'installer' and constants.is_win:
fmt = '7z'

output_path_a = output_path_a + '.' + fmt
Expand Down

0 comments on commit 450c98d

Please sign in to comment.