From 017d2deeee986b52fb2d64ca2736bd2910bbba13 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 11 Jun 2019 20:20:29 +0300 Subject: Fix Snap build. Thanks to xet7 ! --- CHANGELOG.md | 9 +++++++++ snapcraft.yaml | 2 ++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f30a14a..a4b43566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- [Fix Snap build](https://github.com/wekan/wekan/commit/e1e20275a673d3065c6cf239db8d2f1a505baa69). + Thanks to xet7. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v2.76 2019-06-11 Wekan release This release adds the following new features: diff --git a/snapcraft.yaml b/snapcraft.yaml index 5a1c6b9f..3cd3f3cf 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -213,6 +213,8 @@ parts: cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/ rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/wekan rm $SNAPCRAFT_PART_INSTALL/programs/server/npm/node_modules/meteor/rajit_bootstrap3-datepicker/lib/bootstrap-datepicker/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs + rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-pre-gyp/node_modules/tar/lib/.mkdir.js.swp + rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/node-gyp/node_modules/tar/lib/.mkdir.js.swp organize: README: README.wekan prime: -- cgit v1.2.3-1-g7c22