diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -124,7 +124,14 @@ cargo build --release Release builds and deployments are automated via GitHub Actions. See [release.yml](.github/workflows/release.yml) for details. -- Windows: `.\build.ps1 zipball` +- Windows: + 1. Download `WinDivert`: + ```ps + Invoke-WebRequest -Uri "https://reqrypt.org/download/WinDivert-2.2.2-A.zip" -OutFile WinDivert.zip + Expand-Archive -Path WinDivert.zip -DestinationPath .\ + Remove-Item .\WinDivert.zip + ``` + 2. `.\build.ps1 zipball` - Linux: `make tarball` Release zip/tarball should be ready on directory `dist`. |
