diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 00:03:31 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-18 00:03:31 +0000 |
commit | 3294e4fed88787b2f50a55c61b02b644b050ae45 (patch) | |
tree | d5689e6e34e1616599ead152baea2d4f19afbe82 | |
parent | ec41e6858b46cbb3de219b9974644f5834ee5970 (diff) | |
download | youload-3294e4fed88787b2f50a55c61b02b644b050ae45.tar.gz youload-3294e4fed88787b2f50a55c61b02b644b050ae45.tar.bz2 youload-3294e4fed88787b2f50a55c61b02b644b050ae45.zip |
Forgor to add pymovie
-rw-r--r-- | buildozer.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildozer.spec b/buildozer.spec index 2e15e11..a26846f 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -13,7 +13,7 @@ package.domain = nate.youload source.dir = src # (list) Source files to include (let empty to include all the files) -source.include_exts = py,png,jpg,kv,atlas +source.include_exts = py,png,jpg,kv,atlas,pymovie # (list) List of inclusions using pattern matching #source.include_patterns = assets/*,images/*.png |