[education/labplot] /: CI: fix path for re-sign with entitlement
Stefan Gerlach <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 89c746b2ab7eff07c23583a828b151cd3588a4d1 by Stefan Gerlach.
Committed on 29/07/2026 at 21:36.
Pushed by sgerlach into branch 'master'.
CI: fix path for re-sign with entitlement
M +2 -2 .gitlab-ci.yml
https://invent.kde.org/education/labplot/-/commit/89c746b2ab7eff07c23583a828b151cd3588a4d1
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7e5e4387b3..56e895e8cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,9 +104,9 @@ craft_macos_qt6_arm64:
# Re-sign with entitlements (Craft doesn't pick them up automatically yet)
- APP_PATH=archive/Applications/KDE/LabPlot.app
- echo "Applying entitlements to LabPlot.app"
- - codesign --force --deep --sign - --entitlements "$APP_PATH/Contents/Resources/labplot.entitlements" "$APP_PATH"
+ - codesign --force --deep --sign - --entitlements $CI_PROJECT_DIR/labplot.entitlements $APP_PATH
- echo "Verifying entitlements:"
- - codesign -d --entitlements - "$APP_PATH/Contents/MacOS/labplot"
+ - codesign -d --entitlements - $APP_PATH/Contents/MacOS/labplot
# Package it up!
- craftmaster -c --package --options $CI_PROJECT_NAME.srcDir=$CI_PROJECT_DIR/src/ $CI_PROJECT_NAME
# Save our package