Skip to content

Commit

Permalink
fix: Fixes zip file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Jul 5, 2018
1 parent caea2c2 commit abd28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateZipFile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf xapi
mkdir -p ./xapi/classes && cp -r ./classes ./xapi
mkdir -p ./xapi/db && cp -r ./db ./xapi
mkdir -p ./xapi/lang && cp -r ./lang ./xapi
mkdir -p ./xapi/lib && cp -r ./lib ./xapi
mkdir -p ./xapi/src && cp -r ./src ./xapi
mkdir -p ./xapi/vendor && cp -r ./vendor ./xapi
cp ./LICENSE ./xapi
cp ./README.md ./xapi
Expand Down

0 comments on commit abd28a8

Please sign in to comment.