forked from lthn/blockchain
added missing folder creation
This commit is contained in:
parent
9bdf9a4da7
commit
6ee87bacf9
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ mkdir -p Zano/usr/bin;
|
|||
mkdir -p Zano/usr/lib;
|
||||
mkdir -p Zano/usr/share/applications;
|
||||
mkdir -p Zano/usr/share/icons/hicolor/scalable/apps;
|
||||
mkdir -p Zano/usr/share/icons/hicolor/256x256/apps;
|
||||
|
||||
|
||||
rsync -a ../../src/gui/qt-daemon/layout/html ./Zano/usr/bin --exclude less --exclude package.json --exclude gulpfile.js
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue