Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 883 Bytes

File metadata and controls

27 lines (22 loc) · 883 Bytes

Kext release tool

Generate the zip file

  • Make sure kext_interface/version.txt is up to date
  • Execute: cargo run
    • This will generate release kext_release_vX-X-X.zip file. Which contains all the necessary files to make the release.

Generate the cab file

  • Copy the zip and extract it on a windows machine.
    • Some version Visual Studio needs to be installed.
  • From VS Command Prompt / PowerShell run:
cd kext_release_v.../
./build_cab.bat
  1. Sing the cab file

Let Microsoft Sign

The zip will contain the release files.

Optionally sign the .sys file.