Skip to content

Commit

Permalink
fixed build script util for linux2
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptozoidberg committed Nov 13, 2018
1 parent 6430557 commit 27766a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/build_script_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ mkdir -p boolberry;

cp -Rv ../../src/gui/qt-daemon/html ./boolberry
cp -Rv ../../utils/Boolberry.sh ./boolberry
cp boolbd ./boolberry
cp Boolberry ./boolberry
cp simplewallet ./boolberry
cp connectivity_tool ./boolberry
cp src/boolbd ./boolberry
cp src/Boolberry ./boolberry
cp src/simplewallet ./boolberry
cp src/connectivity_tool ./boolberry
chmod 777 ./boolberry/Boolberry.sh

mkdir ./boolberry/lib
Expand Down

0 comments on commit 27766a3

Please sign in to comment.