diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh index 363f92bc..cdb5475a 100755 --- a/.ci/linux/deploy.sh +++ b/.ci/linux/deploy.sh @@ -36,8 +36,8 @@ export LD_LIBRARY_PATH=.deps/usr/lib/:$LD_LIBRARY_PATH ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -bundle-non-qt-libs ./linuxdeployqt*.AppImage ${DIR}/usr/share/applications/*.desktop -appimage -chmod +x nheko-x86_64.AppImage +chmod +x nheko-*x86_64.AppImage if [ ! -z $VERSION ]; then - mv nheko-x86_64.AppImage nheko-${VERSION}-x86_64.AppImage + mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage fi diff --git a/.ci/macos/deploy.sh b/.ci/macos/deploy.sh index 1de95a44..7ab6831d 100755 --- a/.ci/macos/deploy.sh +++ b/.ci/macos/deploy.sh @@ -16,6 +16,6 @@ popd dmgbuild -s ./.ci/macos/settings.json "Nheko" nheko.dmg -if [ ! -z $TRAVIS_TAG ]; then - mv nheko.dmg nheko-${TRAVIS_TAG}.dmg +if [ ! -z $VERSION ]; then + mv nheko.dmg nheko-${VERSION}.dmg fi