feat(desktop-client): add afterPack hook to clean up unnecessary localization files and include certificate files for code signing
Deployment Config CI / Deployment Config (push) Successful in 23s
Frontend CI / Frontend (push) Successful in 2m25s

This commit is contained in:
2026-05-01 16:32:12 +08:00
parent a9af6c634c
commit fb1351d82b
6 changed files with 63 additions and 6 deletions
-6
View File
@@ -7,12 +7,6 @@
IMAGE_REGISTRY=ghcr.io/your-org/geo-rankly
IMAGE_TAG=latest
# ─── Required: API Keys ────────────────────────────────────────────────────────
# LLM provider API key (Ark / Doubao / OpenAI-compatible)
LLM_API_KEY=your-llm-api-key-here
# Embedding + reranker API key (SiliconFlow)
SILICONFLOW_API_KEY=your-siliconflow-api-key-here
# ─── Required: Security ───────────────────────────────────────────────────────
# JWT signing secret — use a strong random string in production
# Generate: openssl rand -hex 32