mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Bump kext version
This commit is contained in:
parent
38e9e342f7
commit
a4b76843e5
2 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
[2, 0, 4, 0]
|
[2, 0, 5, 0]
|
|
@ -1,11 +1,13 @@
|
||||||
# Kext release tool
|
# Kext release tool
|
||||||
|
|
||||||
### Generate the zip file
|
### Generate the zip file
|
||||||
|
|
||||||
- Make sure `kextinterface/version.txt` is up to date
|
- Make sure `kextinterface/version.txt` is up to date
|
||||||
- Execute: `cargo run`
|
- Execute: `cargo run`
|
||||||
* This will generate release `kext_release_vX-X-X.zip` file. Which contains all the necessary files to make the release.
|
* 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
|
### Generate the cab file
|
||||||
|
|
||||||
- Copy the zip and extract it on a windows machine.
|
- Copy the zip and extract it on a windows machine.
|
||||||
* Visual Studio 2022 and WDK need to be installed.
|
* Visual Studio 2022 and WDK need to be installed.
|
||||||
- From VS Command Prompt / PowerShell run:
|
- From VS Command Prompt / PowerShell run:
|
||||||
|
@ -15,9 +17,10 @@ cd kext_release_v.../
|
||||||
```
|
```
|
||||||
> Script is written for VS `$SDK_Version = "10.0.22621.0"`. If different version is used update the script.
|
> Script is written for VS `$SDK_Version = "10.0.22621.0"`. If different version is used update the script.
|
||||||
|
|
||||||
3. Sing the cab file
|
- Sing the cab file
|
||||||
|
|
||||||
### Let Microsoft Sign
|
### Let Microsoft Sign
|
||||||
|
|
||||||
- Go to https://partner.microsoft.com/en-us/dashboard/hardware/driver/New
|
- Go to https://partner.microsoft.com/en-us/dashboard/hardware/driver/New
|
||||||
- Enter "PortmasterKext vX.X.X #1" as the product name
|
- Enter "PortmasterKext vX.X.X #1" as the product name
|
||||||
- Upload `portmaster-kext_vX-X-X.cab`
|
- Upload `portmaster-kext_vX-X-X.cab`
|
||||||
|
|
Loading…
Add table
Reference in a new issue