Skip to content

Instantly share code, notes, and snippets.

@chozabu
Created December 24, 2014 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chozabu/22058f80e5092984876c to your computer and use it in GitHub Desktop.
Save chozabu/22058f80e5092984876c to your computer and use it in GitHub Desktop.
Profiles?
# Profiles
#
# You can extend section / key with a profile
# For example, you want to deploy a demo version of your application without
# HD content. You could first change the title to add "(free)" in the name
# and extend the excluded directories to remove the HD content.
#
[app@free]
title = Boardz free
#package.name = freeboardz
#
# [app:source.exclude_patterns@free]
# images/hd/*
#
# Then, invoke the command line with the "free" profile:
#
# buildozer --profile free android debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment