Add exe packaging and install.bat

- esbuild bundle + @yao-pkg/pkg for standalone Windows exe
- install.bat copies to %LOCALAPPDATA%\kisync and adds to user PATH
- npm run package to build release/kisync.exe

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-14 16:30:49 +03:00
parent 4c54bfff26
commit f899eeb4ef
4 changed files with 1562 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
node_modules/
dist/
bundle/
release/
.kisync.json
.kisync-state.json