The proxy launch used __dirname to find aware-cam-proxy.exe, which
points to a temp extraction directory in portable builds. Added
getAppDirectory() helper that resolves the actual .exe location via
PORTABLE_EXECUTABLE_FILE. Rewrote landing page as a simple kit download
page. Added build-kit script to bundle app + proxy + extension into zip.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Create docs/ landing page with dark theme, download link, features,
setup instructions, and requirements
- Fix build config: add signAndEditExecutable=false to avoid winCodeSign
symlink errors, replace broken afterSign/afterAllArtifactBuild with
forceCodeSigning=false
- Clean up removed dev dependencies (sharp, png-to-ico) from lockfile
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace app icon (assets/icon.png) with Avigilon Alta "A" logo
- Add Windows .ico version of the icon
- Remove Test Connection button from API Connection section
- Rename Start/Stop Cookie Proxy buttons to Start/Stop Proxy
- Add .claude/ and nul to .gitignore
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>