Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.

Commit

Permalink
Updated packager not to include every build version in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Jan 25, 2016
1 parent 26afd48 commit c1ad763
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ class PackageBuilder {
'/screenshot.png',
'/README.md',
'/src',
'/github_images'
'/github_images',
'/WMail-linux-ia32',
'/WMail-linux-x64',
'/WMail-darwin-x64'
]
.concat(Object.keys(pkg.devDependencies).map(d => '/node_modules/' + d))
.join('|') + ')'
Expand Down

0 comments on commit c1ad763

Please sign in to comment.