Skip to content

Commit 977966b

Browse files
committed
Merge pull request kivy#336 from emanuele-f/patch-2
Apply ignore_path filter to private data
2 parents 62048fe + 29a0b61 commit 977966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def make_package(args):
318318

319319
# Package up the private and public data.
320320
if args.private:
321-
make_tar('assets/private.mp3', ['private', args.private])
321+
make_tar('assets/private.mp3', ['private', args.private], args.ignore_path)
322322
else:
323323
make_tar('assets/private.mp3', ['private'])
324324

0 commit comments

Comments
 (0)