fix: add Windows compatibility for zip extraction and file copy

- Use PowerShell Expand-Archive on Windows instead of unzip
- Use xcopy on Windows instead of cp -r in shell fallback
- Bump version to 1.0.3

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Viet Tran
2025-12-03 10:18:18 +07:00
parent fc9956c648
commit 2e7acbf50f
3 changed files with 13 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ const program = new Command();
program
.name('uipro')
.description('CLI to install UI/UX Pro Max skill for AI coding assistants')
.version('1.0.2');
.version('1.0.3');
program
.command('init')