mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
[windows_kext] Fix the echo is link.ps1
This commit is contained in:
parent
e520c32020
commit
b0a75820e7
1 changed files with 13 additions and 13 deletions
|
@ -19,23 +19,23 @@ if(!$?) { Exit $LASTEXITCODE }
|
||||||
move {{sys_file}} cab\\{{sys_file}}
|
move {{sys_file}} cab\\{{sys_file}}
|
||||||
move {{pdb_file}} cab\\{{pdb_file}}
|
move {{pdb_file}} cab\\{{pdb_file}}
|
||||||
|
|
||||||
echo.
|
Write-Host
|
||||||
echo =====
|
Write-Host =====
|
||||||
echo creating .cab ...
|
Write-Host creating .cab ...
|
||||||
MakeCab /f {{version_file}}.ddf
|
MakeCab /f {{version_file}}.ddf
|
||||||
|
|
||||||
echo.
|
Write-Host
|
||||||
echo =====
|
Write-Host =====
|
||||||
echo cleaning up ...
|
Write-Host cleaning up ...
|
||||||
del setup.inf
|
del setup.inf
|
||||||
del setup.rpt
|
del setup.rpt
|
||||||
move disk1\\{{version_file}}.cab {{version_file}}.cab
|
move disk1\\{{version_file}}.cab {{version_file}}.cab
|
||||||
rmdir disk1
|
rmdir disk1
|
||||||
|
|
||||||
echo.
|
Write-Host
|
||||||
echo =====
|
Write-Host =====
|
||||||
echo YOUR TURN: sign the .cab
|
Write-Host YOUR TURN: sign the .cab
|
||||||
echo use something along the lines of:
|
Write-Host use something along the lines of:
|
||||||
echo.
|
Write-Host
|
||||||
echo signtool sign /sha1 C2CBB3A0256A157FEB08B661D72BF490B68724C4 /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a {{version_file}}.cab
|
Write-Host signtool sign /sha1 C2CBB3A0256A157FEB08B661D72BF490B68724C4 /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a {{version_file}}.cab
|
||||||
echo.
|
Write-Host
|
||||||
|
|
Loading…
Add table
Reference in a new issue