Skip to content

how to generate common-props.toml #158

@artemtech

Description

@artemtech

currently, i try to self hosted this repository and add my own apk. Step by step was below:

  1. import-apks.py my-app-folders/*.apk
  2. generate.py
  3. 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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions