Skip to content
Snippets Groups Projects
Commit abd28a85 authored by Ryan Smith's avatar Ryan Smith
Browse files

fix: Fixes zip file.

parent caea2c20
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ rm -rf xapi ...@@ -9,7 +9,7 @@ rm -rf xapi
mkdir -p ./xapi/classes && cp -r ./classes ./xapi mkdir -p ./xapi/classes && cp -r ./classes ./xapi
mkdir -p ./xapi/db && cp -r ./db ./xapi mkdir -p ./xapi/db && cp -r ./db ./xapi
mkdir -p ./xapi/lang && cp -r ./lang ./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 mkdir -p ./xapi/vendor && cp -r ./vendor ./xapi
cp ./LICENSE ./xapi cp ./LICENSE ./xapi
cp ./README.md ./xapi cp ./README.md ./xapi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment