-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
questionFurther information is requestedFurther information is requested
Description
currently, i try to self hosted this repository and add my own apk. Step by step was below:
- import-apks.py my-app-folders/*.apk
- generate.py
- process-static
In step 1, my apk was copied to apps/packages/my.new.apk/base.apk and there is props.toml inside
In step 2, i got some errors issuing common_props things
Traceback (most recent call last):
File "..././generate.py" line 96, in <module>
pkg_signatures = common_props["signatures"]
KeyError: 'signature'
is there any template/documentation common-props.toml i can follow for registering my new app ?
already read the samples, but how do you get the signatures field filled?
thanks
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested