Skip to content
Snippets Groups Projects
Commit 4378df4e authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] Missing duniter-ui in the build of duniter-server.deb

parent 852021f9
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ if [[ ! -f before_deploy ]]; then ...@@ -85,7 +85,7 @@ if [[ ! -f before_deploy ]]; then
cd .. cd ..
# ------------------------------------------------- # -------------------------------------------------
# Build Desktop version (Node.js is embedded, not Nw.js) # Build Desktop version (Nw.js is embedded)
# ------------------------------------------------- # -------------------------------------------------
# Create .deb tree + package it # Create .deb tree + package it
...@@ -108,7 +108,7 @@ if [[ ! -f before_deploy ]]; then ...@@ -108,7 +108,7 @@ if [[ ! -f before_deploy ]]; then
mv duniter-x64.deb ../duniter-desktop-${TRAVIS_TAG}-${TRAVIS_OS_NAME}-x64.deb mv duniter-x64.deb ../duniter-desktop-${TRAVIS_TAG}-${TRAVIS_OS_NAME}-x64.deb
# ------------------------------------------------- # -------------------------------------------------
# Build Desktop version (Node.js is embedded, not Nw.js) # Build Server version (Node.js is embedded, not Nw.js)
# ------------------------------------------------- # -------------------------------------------------
# Remove Nw.js # Remove Nw.js
...@@ -118,6 +118,7 @@ if [[ ! -f before_deploy ]]; then ...@@ -118,6 +118,7 @@ if [[ ! -f before_deploy ]]; then
cd desktop_release/sources/ cd desktop_release/sources/
rm -rf node_modules rm -rf node_modules
npm install --production npm install --production
npm install duniter-ui --production
# Download Node.js and package it with the sources # Download Node.js and package it with the sources
wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x64.tar.gz wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x64.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment