mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fixing snap store rejection
Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
This commit is contained in:
parent
b3d3158863
commit
3cb356eb1d
1 changed files with 2 additions and 2 deletions
|
@ -76,9 +76,8 @@ parts:
|
||||||
- node-gyp
|
- node-gyp
|
||||||
- node-pre-gyp
|
- node-pre-gyp
|
||||||
- fibers@2.0.0
|
- fibers@2.0.0
|
||||||
stage-packages:
|
|
||||||
- ca-certificates
|
|
||||||
build-packages:
|
build-packages:
|
||||||
|
- ca-certificates
|
||||||
- apt-utils
|
- apt-utils
|
||||||
- python
|
- python
|
||||||
- g++
|
- g++
|
||||||
|
@ -118,6 +117,7 @@ parts:
|
||||||
install: |
|
install: |
|
||||||
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/
|
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/
|
||||||
cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/
|
cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/
|
||||||
|
rm $SNAPCRAFT_PART_INSTALL/lib/node_modules/wekan
|
||||||
organize:
|
organize:
|
||||||
README: README.wekan
|
README: README.wekan
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue