diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-27 03:52:56 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-27 03:52:56 +0000 |
commit | d9d8b5d6509433d7c9ef23d9d0279fb65926785b (patch) | |
tree | 4e2db3814a2617198e2c449e167a12b867d44fdf /buildozer.spec | |
parent | 89dd61507c1f21f144bdce412db1633c6073aee5 (diff) | |
download | youload-d9d8b5d6509433d7c9ef23d9d0279fb65926785b.tar.gz youload-d9d8b5d6509433d7c9ef23d9d0279fb65926785b.tar.bz2 youload-d9d8b5d6509433d7c9ef23d9d0279fb65926785b.zip |
Working on something wack
Diffstat (limited to 'buildozer.spec')
-rw-r--r-- | buildozer.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildozer.spec b/buildozer.spec index 015b518..e28c185 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,ffmpeg # (list) List of inclusions using pattern matching #source.include_patterns = assets/*,images/*.png |