You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
22
22
23
23
::: tip SmartScreen warning
24
24
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"**.
Copy file name to clipboardExpand all lines: rfcs/windows-installer.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,17 +411,9 @@ Attach installer binaries to each GitHub Release:
411
411
412
412
The release workflow already creates GitHub Releases. Add build + upload steps for the init binary.
413
413
414
-
### Phase 2: Direct Download URL
414
+
### Phase 2: Direct Download URL (done)
415
415
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.
425
417
426
418
### Phase 3: Package Managers
427
419
@@ -560,11 +552,11 @@ Embed the PowerShell script in a self-extracting exe. Fragile, still requires Po
560
552
- Added `test-vp-setup-exe` job to `test-standalone-install.yml` (cmd, pwsh, bash)
561
553
- Updated release body with `vp-setup.exe` download mention
562
554
563
-
### Phase 4: Documentation & Distribution (future)
555
+
### Phase 4: Documentation & Distribution (done)
564
556
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
0 commit comments