- Change productName from "YourAppName" to "Multica" - Change appId from "YourAppID" to "com.multica.app" - Add app icons (icns, ico, png) for all platforms - Disable hardenedRuntime to fix ad-hoc signing on ARM Macs - Add build:desktop script to root package.json - Simplify desktop .gitignore with !build/ exception - Remove unused asarUnpack and entitlements config Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
121 B
Text
8 lines
121 B
Text
# Build outputs (keep build/ for icons and entitlements)
|
|
!build/
|
|
dist
|
|
dist-electron
|
|
dist-ssr
|
|
out
|
|
release
|
|
*.local
|