buildtools icon indicating copy to clipboard operation
buildtools copied to clipboard

Implement the `export_file` command in buildozer

Open vladmos opened this issue 6 years ago • 0 comments

To add or modify an "exports_files" declaration one may use the following command:

buildozer 'export_file filename.txt //visible/for:__pkg__' //path/to/target

It's also possible to provide no or several visibility arguments, if a corresponding "exports_files" section with the same visibility parameters exists it will be updated.

vladmos avatar Nov 25 '19 14:11 vladmos