Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Add the dir "logs" into the tarball stracture (#111)
With the changes introduced under #109 We missed the `logs` directory from the tarbal generation. We fix this now. before: ``` ├── LICENSE.txt ├── NOTICE.txt ├── README.md ├── bin │ └── mattermost-push-proxy └── config ├── build.txt └── mattermost-push-proxy.sample.json ``` after: ``` ├── LICENSE.txt ├── NOTICE.txt ├── README.md ├── bin │ └── mattermost-push-proxy ├── config │ ├── build.txt │ └── mattermost-push-proxy.sample.json └── logs ```
- Loading branch information