Skip to content

Commit

Permalink
chore(maker): add mas default targets
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 11, 2016
1 parent d8ac9ad commit 775459c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/forge-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default async (dir) => {
forgeConfig.make_targets = Object.assign({
win32: ['squirrel'],
darwin: ['zip'],
mas: ['zip'],
linux: ['deb', 'rpm'],
}, forgeConfig.make_targets);
return forgeConfig;
Expand Down

0 comments on commit 775459c

Please sign in to comment.