windows_kext/release/README.md
Make sure the deriver version in kextinterface/version.txt is up to date
Execute: cargo run
This will generate release portmaster-kext-release-bundle-vX-X-X-X.zip file. Which contains all the necessary files to make the release.
Precondition: Visual Studio 2022 and WDK need to be installed.
copy the zip and extract it on a windows machine.
update .\build_cab.ps1: set correct SDK version you use.
e.g.: $SDK_Version = "10.0.26100.0" (see in C:\Program Files (x86)\Windows Kits\10\Lib)
Use "Developer PowerShell for VS":
cd portmaster-kext-release-bundle-v...
.\build_cab.ps1
Sing the the output cab file: portmaster-kext-release-bundle-v...\PortmasterKext_v....cab
portmaster-kext_vX-X-X.cab.zip.The zip will contain the release files.
Optionally sign the .sys file, with company certificate.