sokcuri / TweetDeckPlayer

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

Feature/improved build system #55

Closed TintypeMolly closed 7 years ago

TintypeMolly commented 7 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 7 years ago

found some mistakes. wait