fix(windows): prevent cursor monitor ENOENT crash and build helper in release

This commit is contained in:
webadderall
2026-03-15 23:28:00 +11:00
parent badadabd85
commit 8716760059
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -119,6 +119,7 @@ jobs:
- name: Build Windows x64
shell: pwsh
run: |
npm run build:cursor-monitor
npx tsc
npx vite build
npx electron-builder --win nsis --x64 --publish never