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:
@@ -43,3 +43,6 @@ next-env.d.ts
|
||||
# CLI build artifacts
|
||||
cli/transmute
|
||||
cli/*.pdf
|
||||
cli/*.exe
|
||||
cli/*.zip
|
||||
cli/*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user