sokcuri / TweetDeckPlayer

Web-App Application for Useful and Better Tweet Life
Other
66 stars 21 forks source link

Feature/improved build system #56

Closed TintypeMolly closed 8 years ago

TintypeMolly commented 8 years ago

npm run build now runs like electron-packaer. npm run build -- --all builds for all platforms and architectures. To build for specific platforms and architectures, run npm run build -- --platform=<platform> --arch=<arch>. <platform> and <arch> can be string or comma-delimited string for multiple targets. If not specified, the platform/arch of the host computer running Node is used. e.g. npm run build without any argument will build for your machine's platform and architecture. For the detail, note https://github.com/electron-userland/electron-packager/blob/master/docs/api.md

TintypeMolly commented 8 years ago

TweetDeckPlayer-darwin-x64

before(at 48a078a, current master): 187.3MB after: 124.7MB

TweetDeckPlayer-linux-ia32

before: 196.8MB after: 134.6MB

TweetDeckPlayer-linux-x64

before: 192.6MB after: 130.5MB

TweetDeckPlayer-win32-ia32

before: 184MB after: 121.8MB

TweetDeckPlayer-win32-x64

before: 213.3MB after: 151.2MB

The difference is not that big after zipped with current release though :(

TintypeMolly commented 8 years ago

52 can be closed if this is merged

sokcuri commented 8 years ago

수고하셨습니다