Closed Yisus7u7 closed 2 years ago
I am working on a very simple application to "emulate" apps in a proot container, my application uses a few images and as termux-create-package does not add them, the app does not work.
@agnostic-apollo
source_recurse
The bool value for whether all files under the source path should be recursively added to the deb if its a directory. By default files under source directories are not automatically/recursively added to the deb. Each file that needs to be added to the deb must be added separately. This is useful for cases where the files/build directory contains lots of files but you only want specific files to be added to the deb. You may optionally only add a directory entry and not add any file entries, which would ideally result in an empty directory at the target system if it didn't already exist there.
https://github.com/termux/termux-create-package#source_recurse
I have everything organized correctly, I already tried other things and I realize that termux-create-package does not read images, when adding a directory with images, the images are not added to the package.
Please arrange this.