-
Notifications
You must be signed in to change notification settings - Fork 223
Packaging of Syncplay in a single executable .app file for macOS #150
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
Conversation
Does "git clone -b macOS_app https://github.com/alby128/syncplay.git syncplay_app" needed to be amended to use official Syncplay repo? |
And does the bintray name still want to be "1.5.0_test"? |
48cd79f
to
36aeb39
Compare
Fixed and fixed. Changed bintray version to 1.5.0, even though bintray will not be used (probably) for officially distributing the .dmg file. If we plan to do so, we should probably create a bintray account for Syncplay in the future. |
36aeb39
to
f8c3243
Compare
Gives a way for users on macOS to run Syncplay without even opening their terminal once. Creation of the .app and packaging of it in a distributable .dmg are handled by Travis CI. Appveyor support is also experimentally added for Windows. Binaries deployment is done through Bintray.
Also, solves issues #87 and #89. In addition, it adds an About dialog on all operative systems that include information about Syncplay, its license and the license of its dependencies.