Skip to content

Commit

Permalink
update buildozer.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Jan 24, 2017
1 parent 2948a06 commit 5d6c848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/kivy/tools/buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ package.domain = org.electrum
source.dir = .

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas,ttf,txt,gif,pem,mo,vs,fs
source.include_exts = py,png,jpg,kv,atlas,ttf,txt,gif,pem,mo,vs,fs,json

# (list) Source files to exclude (let empty to not exclude anything)
source.exclude_exts = spec

# (list) List of directory to exclude (let empty to not exclude anything)
source.exclude_dirs = bin, build, dist, contrib, gui/android, gui/qt, gui/kivy/tools, gui/kivy/theming/light
source.exclude_dirs = bin, build, dist, contrib, gui/qt, gui/kivy/tools, gui/kivy/theming/light
# (list) List of exclusions using pattern matching
source.exclude_patterns = Makefile,setup*

Expand Down

0 comments on commit 5d6c848

Please sign in to comment.