Commit Graph

9 Commits

Author SHA1 Message Date
Aoran Zeng
83d0926728 优化 installer.ps1 2026-01-07 18:11:02 +08:00
copilot-swe-agent[bot]
d87fa49b2e Improve efficiency of current directory detection
Use $PWD.Path instead of Get-Location | Select-Object for better performance

Co-authored-by: ccmywish <63459097+ccmywish@users.noreply.github.com>
2026-01-07 14:20:45 +08:00
copilot-swe-agent[bot]
6cbd03ac78 Fix Windows downloads directory recognition in installer.ps1
- Changed default directory parameter from hardcoded ${HOME}\Downloads to null
- Added Get_Downloads_Dir function to read actual downloads folder from Windows registry
- Modified Set_Install_Dir to auto-detect downloads directory or use current directory
- Updated help text to reflect new default behavior (current directory)
- Removed unused $default_install_dir variable

Co-authored-by: ccmywish <63459097+ccmywish@users.noreply.github.com>
2026-01-07 14:20:45 +08:00
Aoran Zeng
2aef111e74 Add missing license notice in header 2025-07-14 02:54:08 +08:00
Aoran Zeng
0dbf4444ce Relax download restriction of version number 2025-03-07 11:26:25 +08:00
Aoran Zeng
67380177cf Better output 2024-12-08 00:37:12 +08:00
Aoran Zeng
e0944157d4 Update installer.ps1
[GitHub #133 #98]
2024-12-07 23:53:34 +08:00
Aoran Zeng
152ea4314f Add extension for installer.ps1
[GitHub #98]
2024-10-28 18:03:58 +08:00
Aoran Zeng
079a962ab7 Rename to installer 2024-10-27 20:56:34 +08:00