Commit 6cb0f336 authored by nanahira's avatar nanahira

fix

parent f7b43535
...@@ -91,7 +91,7 @@ script: ...@@ -91,7 +91,7 @@ script:
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro *.so; zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro *.so;
fi fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro *.dylib; zip -q -r ygopro-koishi-$TRAVIS_OS_NAME.zip ygopro.app *.dylib;
fi fi
deploy: deploy:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment