diff --git a/dist/AppImage/appimage.yml b/dist/AppImage/appimage.yml index cf85540af..4877efb96 100644 --- a/dist/AppImage/appimage.yml +++ b/dist/AppImage/appimage.yml @@ -40,7 +40,7 @@ build: # - .... # files: - - "https://gitlab.com/smart-pattern/valentina/repository/archive.tar.gz?ref=develop" + - "https://gitlab.com/smart-pattern/valentina/-/archive/develop/valentina-develop.tar.gz" # OPTIONAL: ingredient packages are packages which become part of the AppImage. # you may want to remove parts of their content in script section. @@ -53,7 +53,6 @@ script: # - $BUILD_SOURCE_DIR point to the source directory # - $BUILD_APPDIR point to the AppDir. This directory will become the content of the AppImage - cd $BUILD_SOURCE_DIR - - mv -v "archive.tar.gz?ref=develop" valentina-develop.tar.gz - tar zxvf $BUILD_SOURCE_DIR/valentina-develop.tar.gz - mv -v valentina-develop-* valentina - cd $BUILD_SOURCE_DIR/valentina