提交 c45eaf91 编写于 作者: K Kentaro Wada

Fix dist/*.zip creation

上级 c6c1579c
......@@ -115,8 +115,10 @@ after_script:
# Create ZIP files for release
cd dist
zip labelme-macOS.zip labelme
zip -r labelme.app-macOS.zip labelme.app
zip labelme-$(uname).zip labelme
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
zip -r labelme.app-$(uname).zip labelme.app
fi
cd -
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册