Skip to content

Commit eeaf18d

Browse files
committed
android build: exclude fastlane/ from apk
related: 7fb7ac9 spesmilo#9215 (comment)
1 parent cccd50a commit eeaf18d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

contrib/android/buildozer_qml.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ source.include_exts = py,png,jpg,qml,qmltypes,ttf,txt,gif,pem,mo,json,csv,so,svg
1919
source.exclude_exts = spec
2020

2121
# (list) List of directory to exclude (let empty to not exclude anything)
22-
source.exclude_dirs = bin, build, dist, contrib, env,
22+
source.exclude_dirs =
23+
bin,
24+
build,
25+
dist,
26+
contrib,
27+
env,
2328
tests,
29+
fastlane,
2430
electrum/www,
2531
electrum/scripts,
2632
electrum/utils,

0 commit comments

Comments
 (0)