Skip to content

Commit ac2513f

Browse files
committed
docs: update installation link to viteplus.dev/vp-setup.exe and sync RFC
1 parent 55763e6 commit ac2513f

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl -fsSL https://vite.plus | bash
1818
irm https://vite.plus/ps1 | iex
1919
```
2020

21-
Alternatively, download and run `vp-setup.exe` from the [latest release](https://github.com/voidzero-dev/vite-plus/releases/latest).
21+
Alternatively, download and run [`vp-setup.exe`](https://viteplus.dev/vp-setup.exe).
2222

2323
::: tip SmartScreen warning
2424
The `vp-setup.exe` is not yet code-signed. Your browser may show a warning when downloading. Click **"..."****"Keep"****"Keep anyway"** to proceed. If Windows Defender SmartScreen blocks the file when you run it, click **"More info"****"Run anyway"**.

rfcs/windows-installer.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -411,17 +411,9 @@ Attach installer binaries to each GitHub Release:
411411

412412
The release workflow already creates GitHub Releases. Add build + upload steps for the init binary.
413413

414-
### Phase 2: Direct Download URL
414+
### Phase 2: Direct Download URL (done)
415415

416-
Host at `https://vite.plus/vp-setup.exe` with architecture auto-detection (default x64).
417-
418-
Update installation docs:
419-
420-
```
421-
**Windows:**
422-
Download and run: https://vite.plus/vp-setup.exe
423-
Or via PowerShell: irm https://vite.plus/ps1 | iex
424-
```
416+
`https://viteplus.dev/vp-setup.exe` redirects (302) to `https://vp-setup.void.app/download` via Netlify redirect in `netlify.toml`. Installation docs updated to link directly to this URL.
425417

426418
### Phase 3: Package Managers
427419

@@ -560,11 +552,11 @@ Embed the PowerShell script in a self-extracting exe. Fragile, still requires Po
560552
- Added `test-vp-setup-exe` job to `test-standalone-install.yml` (cmd, pwsh, bash)
561553
- Updated release body with `vp-setup.exe` download mention
562554

563-
### Phase 4: Documentation & Distribution (future)
555+
### Phase 4: Documentation & Distribution (done)
564556

565-
- Update installation docs on website
566-
- Host on `vite.plus/vp-setup.exe` with architecture auto-detection
567-
- Submit to winget, chocolatey, scoop
557+
- Updated installation docs on website (`docs/guide/index.md`)
558+
- Added `viteplus.dev/vp-setup.exe` redirect via Netlify (`netlify.toml`)
559+
- winget, chocolatey, scoop submission deferred to future work
568560

569561
## Testing Strategy
570562

0 commit comments

Comments
 (0)