Closed achille-martin closed 1 year ago
Currently, the build-app.py does not accept a different input / output than the ones hard-coded in the python script.
build-app.py
Giving the option of a custom input/output would let people build app from personal scripts / packages.
A basic pdy_parser has been coded to manage inputs and outputs when creating an .apk.
pdy_parser
.apk
The development of the feature has been performed in this issue.
Developed in another issue.
Currently, the
build-app.py
does not accept a different input / output than the ones hard-coded in the python script.Giving the option of a custom input/output would let people build app from personal scripts / packages.