-
Notifications
You must be signed in to change notification settings - Fork 7
/
buildozer.spec
40 lines (25 loc) · 873 Bytes
/
buildozer.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[app]
title = yt-dlp-kivy
# (str) Package name
package.name = youtube_dl_kivy
# (str) Package domain (needed for android/ios packaging)
package.domain = fr.odrevet.youtube_dl_kivy
source.dir = src
source.include_exts = py,kv,png
source.include_patterns = src/img/*.png
version = 0.3.4
# (list) Application requirements
requirements = openssl,requests,yt-dlp,kivy
# (str) Supported orientation (one of landscape, portrait or all)
orientation = portrait
fullscreen = 0
icon.filename = img/app.png
presplash.filename = img/splash.png
android.permissions = INTERNET,READ_EXTERNAL_STORAGE,WRITE_EXTERNAL_STORAGE
android.arch = arm64-v8a
android.release_artifact = apk
[buildozer]
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 2
# (int) Display warning if buildozer is run as root (0 = False, 1 = True)
warn_on_root = 1