flathub / chat.rocket.RocketChat

https://flathub.org/apps/details/chat.rocket.RocketChat
3 stars 9 forks source link

Update to 2.14.0 #8

Closed tonyjames closed 6 years ago

andrevmatos commented 6 years ago

Thank you for your PR. Since I updated the manifest tu build RocketChat from sources, you need to run ./gen_sources.sh <url/for/version.tar.gz> to make it download the package in a temp folder and run the dependency generator there. It'll then copy both the generated-sources.json and the respective package-lock.json (needed so npm will see the lock with the same package versions as the ones cached by generated-sources.json). This needs to be done on every version bump, after updating the url and hash in the manifest. I did this and commited in your branch, thank you.