diff --git a/src/resources/linux/appimage/functions.sh b/src/resources/linux/appimage/functions.sh index a4b4cbc..f7fc19b 100644 --- a/src/resources/linux/appimage/functions.sh +++ b/src/resources/linux/appimage/functions.sh @@ -241,9 +241,9 @@ generate_type2_appimage() tar xf data.tar.gz sudo chown -R $USER .gnu* mv $HOME/.gnu* $HOME/.gnu_old ; mv .gnu* $HOME/ - VERSION=$VERSION_EXPANDED "$appimagetool" $@ -n -s --bintray-user $BINTRAY_USER --bintray-repo $BINTRAY_REPO -v ./$APP.AppDir/ -u "gh-releases-zsync|VSCodium|vscodium|latest|*.AppImage.zsync" + VERSION=$VERSION_EXPANDED "$appimagetool" $@ -n -s --bintray-user $BINTRAY_USER --bintray-repo $BINTRAY_REPO -v ./$APP.AppDir/ else - VERSION=$VERSION_EXPANDED "$appimagetool" $@ -n --bintray-user $BINTRAY_USER --bintray-repo $BINTRAY_REPO -v ./$APP.AppDir/ -u "gh-releases-zsync|VSCodium|vscodium|latest|*.AppImage.zsync" + VERSION=$VERSION_EXPANDED "$appimagetool" $@ -n --bintray-user $BINTRAY_USER --bintray-repo $BINTRAY_REPO -v ./$APP.AppDir/ fi set -x mkdir -p ../out/ || true