mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-08-11 03:09:56 +00:00
fix(ci): rename entitlements file — vpk requires .entitlements extension
Nightly run 29093119570 failed: --signEntitlements does not have an .entitlements extension vpk validates the file extension. Rename resources/entitlements.mac.plist -> entitlements.mac.entitlements and update all references (electron-builder config, sign-macos-binaries.sh, both workflows). Content unchanged; codesign/electron-builder accept any extension. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
1046b71f34
commit
83b8b66fe7
@@ -29,7 +29,7 @@ fi
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
ENTITLEMENTS="$PROJECT_DIR/resources/entitlements.mac.plist"
|
||||
ENTITLEMENTS="$PROJECT_DIR/resources/entitlements.mac.entitlements"
|
||||
|
||||
if [[ ! -f "$ENTITLEMENTS" ]]; then
|
||||
echo "[sign-macos] entitlements file missing: $ENTITLEMENTS" >&2
|
||||
|
||||
Reference in New Issue
Block a user