[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 668ea6cdde5c2b2969b509c06ec28ed3433100c6 by Stefan Gerlach.
Committed on 30/07/2026 at 08:51.
Pushed by sgerlach into branch 'master'.
CI: fix path for re-sign with entitlement
M +1 -1 .gitlab-ci.yml
https://invent.kde.org/education/labplot/-/commit/668ea6cdde5c2b2969b509c06ec28ed3433100c6
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56e895e8cc..ccdfbf27b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,7 +104,7 @@ 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 $CI_PROJECT_DIR/labplot.entitlements $APP_PATH
+ - codesign --force --deep --sign - --entitlements $CI_PROJECT_DIR/src/labplot.entitlements $APP_PATH
- echo "Verifying entitlements:"
- codesign -d --entitlements - $APP_PATH/Contents/MacOS/labplot
# Package it up!