1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

gitlab-ci: Add build-id to AppImage

This is needed to proper update check.
This commit is contained in:
Bruno Lopes
2025-03-14 16:01:09 -03:00
parent 5272618512
commit 6adc6aa23f

View File

@@ -261,6 +261,7 @@ gimp-debian:
- meson setup _build-${RUNNER} -Dprefix="${GIMP_PREFIX}"
-Drelocatable-bundle=yes
-Dcheck-update=yes
-Dbuild-id=org.gimp.GIMP_official.AppImage.$(uname -m)
- cd _build-${RUNNER}
- ninja
- echo -e "\e[0Ksection_end:`date +%s`:gimp_build\r\e[0K"