Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
Also build .msi
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Feb 13, 2015
1 parent c642e3a commit ff9022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Expand Up @@ -1293,7 +1293,7 @@ def packaging_dist_buildfactory(platform, channel_label):

opt_args = []
if "windows" in target:
opt_args = ["--exe"]
opt_args = ["--exe", "--msi"]
elif "apple" in target:
opt_args = ["--pkg"]

Expand Down

0 comments on commit ff9022c

Please sign in to comment.