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

publishing a single server tgz #6

Open
qinfchen opened this issue Jul 11, 2018 · 2 comments
Open

publishing a single server tgz #6

qinfchen opened this issue Jul 11, 2018 · 2 comments

Comments

@qinfchen
Copy link
Contributor

Can we publish a single server tgz with the following structure?

  • bin/osx/verification-server (platform specific bin)
  • bin/linux/verification-server (platform specific bin)
  • verification-server (script that figures out the platform executes the right platform)

pros

  • client does not need worry about what package to download
  • add support for additional bins for different platforms without introducing overhead to the client
    cons
  • package size
@iamdanfox
Copy link
Contributor

One problem here is the entry script will presumably be written in bash, which doesn't work on windows.

@qinfchen
Copy link
Contributor Author

we can include a bat file for windows similar to how gradle handles it

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

No branches or pull requests

2 participants