Skip to content

make private service work (but only if there is no public folder) #273

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

Merged
merged 1 commit into from
Sep 24, 2014

Conversation

kived
Copy link
Contributor

@kived kived commented Sep 24, 2014

No description provided.

kived added a commit that referenced this pull request Sep 24, 2014
make private service work (but only if there is no public folder)
@kived kived merged commit acb84c4 into kivy:master Sep 24, 2014
@@ -252,7 +252,7 @@ def make_package(args):

# Figure out if application has service part
service = False
directory = args.dir
directory = args.dir if public_version else args.private
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same logic used by PythonActivity to start a service. If public_version is set, then the public dir will be used, otherwise the private dir will be.

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