Commit ac4f511
Add local file:// URI support to PowerShell installer
Add helper functions (Resolve-LocalSourcePath, Copy-ArtifactToFile,
Read-TextResource) to install.ps1 so that artifact downloads and
checksum reads transparently handle both remote URLs and local
file:// paths. This lets the integration tests supply local zip
artifacts without needing EasyMode or a real HTTP server.
Update the two PowerShell integration tests accordingly:
- Remove the Windows-only guard so they run on any platform with pwsh.
- Drop the now-unnecessary -EasyMode flag since the installer natively
handles file:// URIs through the new helpers.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 347b3e4 commit ac4f511
2 files changed
Lines changed: 49 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
76 | 122 | | |
77 | 123 | | |
78 | 124 | | |
| |||
94 | 140 | | |
95 | 141 | | |
96 | 142 | | |
97 | | - | |
| 143 | + | |
98 | 144 | | |
99 | 145 | | |
100 | 146 | | |
| |||
107 | 153 | | |
108 | 154 | | |
109 | 155 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 156 | + | |
| 157 | + | |
115 | 158 | | |
116 | 159 | | |
117 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | 395 | | |
400 | 396 | | |
401 | 397 | | |
| |||
422 | 418 | | |
423 | 419 | | |
424 | 420 | | |
425 | | - | |
426 | 421 | | |
427 | 422 | | |
428 | 423 | | |
| |||
437 | 432 | | |
438 | 433 | | |
439 | 434 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | 435 | | |
445 | 436 | | |
446 | 437 | | |
| |||
461 | 452 | | |
462 | 453 | | |
463 | 454 | | |
464 | | - | |
465 | 455 | | |
466 | 456 | | |
467 | 457 | | |
| |||
0 commit comments