fix: add Windows installer and upload Windows CLI binaries to release

- Add install.ps1 PowerShell script for native Windows installation
- Update install.sh to redirect Windows users (MINGW/MSYS/CYGWIN) to install.ps1
- Ignore CLI build artifacts (*.exe, *.zip, *.tar.gz) in .gitignore
- Windows binaries (x86_64 + arm64) uploaded to v0.1.6 release

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
noah
2026-04-16 11:08:31 +02:00
parent 7ec06b256d
commit f60a7cbaea
3 changed files with 111 additions and 1 deletions
+3
View File
@@ -43,3 +43,6 @@ next-env.d.ts
# CLI build artifacts
cli/transmute
cli/*.pdf
cli/*.exe
cli/*.zip
cli/*.tar.gz