diff --git a/.travis.yml b/.travis.yml index ebe5a4620..2c4f2b56f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,6 @@ jdk: branches: only: - master -before_deploy: - - git config --global user.email ${GITHUB_EMAIL} - - git config --global user.name ${GITHUB_NAME} - - git tag ${TRAVIS_BUILD_NUMBER} - - git push -q ${REPO} --tags deploy: provider: releases api_key: ${DEPLOY_REPO} @@ -20,7 +15,7 @@ deploy: - HMCSM/build/libs/HMCSM-${HMCSM_VERSION_ROOT}.${TRAVIS_BUILD_NUMBER}.exe - HMCSM/build/libs/HMCSM-${HMCSM_VERSION_ROOT}.${TRAVIS_BUILD_NUMBER}-MacOSApp.zip on: - tags: false + tags: true skip_cleanup: true install: echo "skip 'gradle assemble' step" script: gradle build --continue diff --git a/HMCL/src/main/icon.icns b/HMCL/src/main/icon.icns index 17f903023..dc329d24b 100755 Binary files a/HMCL/src/main/icon.icns and b/HMCL/src/main/icon.icns differ diff --git a/HMCL/src/main/resources/org/jackhuang/hellominecraft/launcher/icon.png b/HMCL/src/main/resources/org/jackhuang/hellominecraft/launcher/icon.png index 1cbfd01d2..25f3cf6c8 100755 Binary files a/HMCL/src/main/resources/org/jackhuang/hellominecraft/launcher/icon.png and b/HMCL/src/main/resources/org/jackhuang/hellominecraft/launcher/icon.png differ