Skip to content

Commit

Permalink
Update build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scottp committed Dec 4, 2019
1 parent 85182f7 commit d853cfd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ cd build/public/dc-dynamic
curl -o temp.zip -L $DCDYNAMIC
unzip temp.zip
rm temp.zip
mkdir -p build/public/DC-UI
cd build/public/DC-UI
mkdir -p build/public/dc-ui
cd build/public/dc-ui
curl -o temp.zip -L $DCUI
unzip temp.zip
rm temp.zip
Expand Down Expand Up @@ -196,6 +196,9 @@ rsync -av nsw $ORIGINALPATH/build/
rsync -av gql $ORIGINALPATH/build/
cd $ORIGINALPATH

echo "N3BUILD: Documentation"
cp README build/

echo "N3BUILD: Generating ZIP"
cd build
rm ../n3-$OSNAME-$VERSION.zip || true
Expand Down

0 comments on commit d853cfd

Please sign in to comment.