mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
7597b7e005
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5514 21ef857c-d57f-4fe0-8362-d861dc6d29cd
8 lines
335 B
Batchfile
8 lines
335 B
Batchfile
@echo off
|
|
set PHBASE=..
|
|
set SIGN_TIMESTAMP=1
|
|
copy bin\i386\kprocesshacker.sys bin-signed\i386\kprocesshacker.sys
|
|
copy bin\amd64\kprocesshacker.sys bin-signed\amd64\kprocesshacker.sys
|
|
call ..\build\internal\sign.cmd bin-signed\i386\kprocesshacker.sys kmcs
|
|
call ..\build\internal\sign.cmd bin-signed\amd64\kprocesshacker.sys kmcs
|