feat: scaffold macOS native capture pipeline

This commit is contained in:
EtienneLescot
2026-05-11 10:29:38 +02:00
committed by Etienne Lescot
parent 6018ba0fe1
commit fbdc7d5697
6 changed files with 357 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
"format": "biome format --write .",
"i18n:check": "node scripts/i18n-check.mjs",
"preview": "vite preview",
"build:native:mac": "node scripts/build-macos-screencapturekit-helper.mjs",
"build:mac": "tsc && vite build && electron-builder --mac",
"build:native:win": "node scripts/build-windows-wgc-helper.mjs",
"build:win": "npm run build:native:win && tsc && vite build && electron-builder --win --config.npmRebuild=false",