Skip to content

Commit

Permalink
Fixes build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mredigonda committed Oct 7, 2019
1 parent bbf20bb commit f2421b1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ rm -rf files/
mv files2 files
cd ..
mkdir api
cp server/index.php api
cp server/.htaccess api
cp server/composer.json api
cp server/composer.lock api
cp server/controllers api
cp server/data api
cp server/libs api
cp server/models api
cp server/vendor api
cp server/files api
mv server/index.php api
mv server/.htaccess api
mv server/composer.json api
mv server/composer.lock api
mv server/controllers api
mv server/data api
mv server/libs api
mv server/models api
mv server/vendor api
mv server/files api
cp server/config.php api
chmod -R 755 .
cp client/src/index.php client/build
echo "3/3 Generating zip..."
cd client/build
Expand Down

0 comments on commit f2421b1

Please sign in to comment.