From d1da6eb553e186f2dec816262dba6adbcefc6272 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Fri, 14 May 2021 10:42:06 +0300 Subject: [PATCH] Fix link to the repo archive. GitLab no longer supports the old format. --- dist/AppImage/appimage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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