termux / termux-create-package

Python script to create Termux packages easily.
https://termux.com
Apache License 2.0
417 stars 95 forks source link

Allow for folders and symlinks in package #15

Closed Grimler91 closed 5 years ago

Grimler91 commented 5 years ago

The old code fails if a directory or symlink is in the manifest, since it can'tread it as a binary fail.

I don't think there are any other downsides with the simplification done here, it seems to work fine.