mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
package info
This commit is contained in:
parent
c121c1aa4e
commit
802b32d51f
1 changed files with 7 additions and 7 deletions
|
@ -4,10 +4,10 @@
|
||||||
title = Electrum
|
title = Electrum
|
||||||
|
|
||||||
# (str) Package name
|
# (str) Package name
|
||||||
package.name = electrum
|
package.name = kivy
|
||||||
|
|
||||||
# (str) Package domain (needed for android/ios packaging)
|
# (str) Package domain (needed for android/ios packaging)
|
||||||
package.domain = org.sierra3d
|
package.domain = org.electrum
|
||||||
|
|
||||||
# (str) Source code where the main.py live
|
# (str) Source code where the main.py live
|
||||||
source.dir = .
|
source.dir = .
|
||||||
|
@ -19,7 +19,7 @@ source.include_exts = py,png,jpg,kv,atlas,ttf,*,txt, gif
|
||||||
source.exclude_exts = spec
|
source.exclude_exts = spec
|
||||||
|
|
||||||
# (list) List of directory to exclude (let empty to not exclude anything)
|
# (list) List of directory to exclude (let empty to not exclude anything)
|
||||||
#source.exclude_dirs =
|
#source.exclude_dirs =
|
||||||
|
|
||||||
# (list) List of exclusions using pattern matching
|
# (list) List of exclusions using pattern matching
|
||||||
#source.exclude_patterns = license,images/*/*.jpg
|
#source.exclude_patterns = license,images/*/*.jpg
|
||||||
|
@ -29,7 +29,7 @@ source.exclude_exts = spec
|
||||||
#version.filename = %(source.dir)s/main.py
|
#version.filename = %(source.dir)s/main.py
|
||||||
|
|
||||||
# (str) Application versioning (method 2)
|
# (str) Application versioning (method 2)
|
||||||
version = 1.9.7
|
version = 1.9.8
|
||||||
|
|
||||||
# (list) Application requirements
|
# (list) Application requirements
|
||||||
requirements = pil, qrcode, ecdsa, pbkdf2, pyopenssl, plyer==master, kivy==master
|
requirements = pil, qrcode, ecdsa, pbkdf2, pyopenssl, plyer==master, kivy==master
|
||||||
|
@ -72,7 +72,7 @@ android.private_storage = False
|
||||||
#android.ndk_path =
|
#android.ndk_path =
|
||||||
|
|
||||||
# (str) Android SDK directory (if empty, it will be automatically downloaded.)
|
# (str) Android SDK directory (if empty, it will be automatically downloaded.)
|
||||||
#android.sdk_path =
|
#android.sdk_path =
|
||||||
|
|
||||||
# (str) Android entry point, default is ok for Kivy-based app
|
# (str) Android entry point, default is ok for Kivy-based app
|
||||||
#android.entrypoint = org.renpy.android.PythonActivity
|
#android.entrypoint = org.renpy.android.PythonActivity
|
||||||
|
@ -100,7 +100,7 @@ android.branch = master
|
||||||
#android.ouya.icon.filename = %(source.dir)s/data/ouya_icon.png
|
#android.ouya.icon.filename = %(source.dir)s/data/ouya_icon.png
|
||||||
|
|
||||||
# (str) XML file to include as an intent filters in <activity> tag
|
# (str) XML file to include as an intent filters in <activity> tag
|
||||||
#android.manifest.intent_filters =
|
#android.manifest.intent_filters =
|
||||||
|
|
||||||
# (list) Android additionnal libraries to copy into libs/armeabi
|
# (list) Android additionnal libraries to copy into libs/armeabi
|
||||||
android.add_libs_armeabi = lib/android/*.so
|
android.add_libs_armeabi = lib/android/*.so
|
||||||
|
@ -136,7 +136,7 @@ log_level = 2
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
# List as sections
|
# List as sections
|
||||||
#
|
#
|
||||||
# You can define all the "list" as [section:key].
|
# You can define all the "list" as [section:key].
|
||||||
# Each line will be considered as a option to the list.
|
# Each line will be considered as a option to the list.
|
||||||
# Let's take [app] / source.exclude_patterns.
|
# Let's take [app] / source.exclude_patterns.
|
||||||
|
|
Loading…
Add table
Reference in a new issue