Skip to content
Snippets Groups Projects
Verified Commit ed584925 authored by azubieta's avatar azubieta
Browse files

use PROJECT_PATH environment variable to create the update info url

parent e1f005ab
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ PKGNAME='pling-store' ...@@ -4,7 +4,7 @@ PKGNAME='pling-store'
PKGVER='5.0.1' PKGVER='5.0.1'
PKGREL='1' PKGREL='1'
UPDINFO="zsync|https://www.opencode.net/dnf2/pling-store/-/jobs/artifacts/${CI_COMMIT_REF_SLUG}/raw/build_pling-store/${PKGNAME}-${CI_COMMIT_REF_SLUG}-x86_64.AppImage.zsync?job=appimage" UPDINFO="zsync|https://www.opencode.net/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}/-/jobs/artifacts/${CI_COMMIT_REF_SLUG}/raw/build_pling-store/${PKGNAME}-${CI_COMMIT_REF_SLUG}-x86_64.AppImage.zsync?job=appimage"
APPDIR="${PKGNAME}.AppDir" APPDIR="${PKGNAME}.AppDir"
make make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment