Add Windows Terminal installer (install.ps1 / install.bat)

install.ps1 copies bash.exe to %LOCALAPPDATA%\Programs\BashForWindows,
adds it to the user PATH, and injects a "Bash for Windows" profile into
Windows Terminal's settings.json so the shell appears in the + dropdown.

install.bat is a double-click wrapper that bypasses the PS execution policy.

build.sh --release produces a release/ folder ready to zip and distribute.
Supports -Uninstall flag to cleanly remove everything.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cametendo
2026-05-26 13:01:20 +02:00
parent 8c6a2ab4c2
commit dd388a7469
4 changed files with 261 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
build/
release/
*.exe
*.o
tmp/