Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pack built standalone binaries #90

Merged
merged 6 commits into from
May 8, 2019
Merged

Pack built standalone binaries #90

merged 6 commits into from
May 8, 2019

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented May 8, 2019

Added standalone:pack script to pack built binaries with suited way for per OS. (Based on #89)

# Build & create standalone binaries
yarn build:standalone

# After than, create packages to `dist` directory
yarn standalone:pack

Linux and macOS build is archived with .tar.gz (to store file permission as executable), and Windows build is with .zip.

@yhatt yhatt merged commit b546d91 into master May 8, 2019
@yhatt yhatt deleted the pack-binaries branch May 8, 2019 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant