Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Jul 20, 2023
1 parent 7c4bf3e commit be4fc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The version is defined in `Version.props` in the repo root.
### Let Microsoft Sign

- Go to https://partner.microsoft.com/en-us/dashboard/hardware/driver/New
- Enter "PortmasterKext v1.0.11 #1" as the product name
- Enter "PortmasterKext v1.1.1 #1" as the product name
- Upload `PortmasterKext.cab`
- Select the Windows 10 versions that you compiled and tested on
- Wait for the process to finish, download the `.zip`, extract it and rename to folder from `Signed_xxx` to `Signed`.
Expand Down
3 changes: 2 additions & 1 deletion release/release_prepackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set CABDIR=PortmasterKext
set INSTALL_WDDK_AMD64=..\install\WDDK\x64\Release
set INSTALL_DLL_AMD64=..\install\DLL\x64\Release
set DISTDIR=dist\windows_amd64\kext

echo.
echo =====
Expand All @@ -22,7 +23,7 @@ mkdir %CABDIR%\amd64
copy %INSTALL_WDDK_AMD64%\pm_kernel64.sys %CABDIR%\amd64\PortmasterKext64.sys
copy %INSTALL_WDDK_AMD64%\pm_kernel64.pdb %CABDIR%\amd64\PortmasterKext64.pdb
copy %INSTALL_WDDK_AMD64%\PortmasterKext64.inf %CABDIR%\amd64\PortmasterKext64.inf

copy %CABDIR%\amd64\PortmasterKext64.pdb %DISTDIR%\portmaster-kext_vX-X-X.pdb
echo.
echo =====
echo removing existing signatures ...
Expand Down

0 comments on commit be4fc46

Please sign in to comment.