mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
fix: macOS use pkg-config for tectonic deps, set empty signing key password
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
12faf8f8c1
commit
634af53ac2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-desktop.yml
vendored
4
.github/workflows/build-desktop.yml
vendored
|
|
@ -16,6 +16,7 @@ permissions:
|
|||
|
||||
env:
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ""
|
||||
|
||||
jobs:
|
||||
# ──────────────────────────────────────────────
|
||||
|
|
@ -178,8 +179,7 @@ jobs:
|
|||
ZOTERO_CONSUMER_KEY: ${{ secrets.ZOTERO_CONSUMER_KEY }}
|
||||
ZOTERO_CONSUMER_SECRET: ${{ secrets.ZOTERO_CONSUMER_SECRET }}
|
||||
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||
TECTONIC_DEP_BACKEND: vcpkg
|
||||
VCPKG_ROOT: /usr/local/share/vcpkg
|
||||
TECTONIC_DEP_BACKEND: pkg-config
|
||||
CXXFLAGS: "-std=c++17"
|
||||
CFLAGS: ""
|
||||
run: pnpm --filter @claude-prism/desktop tauri build --target aarch64-apple-darwin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue