Changes between Version 22 and Version 23 of BuildingTapWindows6


Ignore:
Timestamp:
04/13/18 07:25:00 (6 years ago)
Author:
Samuli Seppänen
Comment:

Improvements and fixes

Legend:

Unmodified
Added
Removed
Modified
  • BuildingTapWindows6

    v22 v23  
    4848'''On code-signing computer'''
    4949
    50 Clone the [https://github.com/mattock/sign-tap6/ Sign-Tap6] repository. Ensure your SHA2 EV code-signing certificate is visible in the Windows certificate store, and copy the matching cross-certificate to the sign-tap6 directory.
     50Clone the [https://github.com/mattock/sign-tap6/ Sign-Tap6] repository. Ensure your SHA2 EV code-signing certificate is visible in the Windows certificate store, and copy the matching cross-certificate to the sign-tap6 directory. All commands except the actual signing should be done from Git Bash or similar.
    5151
    5252Copy ''tap6.tar.gz'' to the ''sign-tap6'' directory and extract it:
     
    5656}}}
    5757
    58 Move tapinstall.exe's to the ''tap6'' directory:
     58Copy tapinstall.exe's to the ''tap6'' directory:
    5959
    6060{{{
    61 $ mv tapinstall32.exe tap6/i386/tapinstall.exe
    62 $ mv tapinstall64.exe tap6/amd64/tapinstall.exe
     61$ cp tapinstall32.exe tap6/i386/tapinstall.exe
     62$ cp tapinstall64.exe tap6/amd64/tapinstall.exe
    6363}}}
    6464
    65 Next append secondary signatures with ''Sign-Tap6.ps1''. For example:
     65Next append secondary signatures with ''Sign-Tap6.ps1'' in an ''administrator Powershell session''. For example:
    6666
    6767{{{
     
    7272
    7373{{{
    74 $ tar -zxf tap6-dual-signed.tar.gz tap6
     74$ tar -zcf tap6-dual-signed.tar.gz tap6
    7575}}}
    7676