Use Windows 10 SDK instead of Virtual Studio.
这个提交包含在:
父节点
821e361e97
当前提交
babd06d2d6
@ -98,20 +98,19 @@ Put this certificate in the same folder as your `server.exe` file.
|
|||||||
|
|
||||||
### Signing the File
|
### Signing the File
|
||||||
|
|
||||||
Next, you will need to install Visual Studio. You can download Visual Studio here: https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community
|
Next, you will need to install the Windows 10 SDK. You can download that here: https://go.microsoft.com/fwlink/p/?linkid=2083338&clcid=0x409
|
||||||
|
|
||||||
In the install process, you will be greeted with this screen:
|
Click through the installer until you get to:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Click install.
|
||||||
|
|
||||||
Choose the "Universal Windows Platform Development" workload. After you have finished installing Visual Studio, open a "Developer Command Prompt for VS". Navigate to the folder your `server.exe` file is in.
|
You'll want to replace `signtool.exe` in the example below with a path to `signtool.exe` on your machine. It should look like `"C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\signtool.exe"` but you may well have a different number for `10.0.18362.0`. Run the following in a command prompt:
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
```
|
```
|
||||||
# Sign a file with your certificate. Replace the code-signing certificate and password values with your own.
|
# Sign a file with your certificate. Replace the code-signing certificate and password values with your own.
|
||||||
SignTool sign /t http://timestamp.comodoca.com /f codesigning.p12 /p <Password> server.exe
|
signtool.exe sign /t http://timestamp.comodoca.com /f codesigning.p12 /p <Password> server.exe
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
二进制
All/Signtool.png
普通文件
二进制
All/Signtool.png
普通文件
二进制文件未显示。
之后 宽度: | 高度: | 大小: 40 KiB |
二进制文件未显示。
之前 宽度: | 高度: | 大小: 50 KiB |
二进制文件未显示。
之前 宽度: | 高度: | 大小: 104 KiB |
6
todo.txt
6
todo.txt
@ -1,6 +0,0 @@
|
|||||||
1. goversioninfo / manifest
|
|
||||||
|
|
||||||
2. go-powershell
|
|
||||||
(setup.go & serve.go are in this repository, build them seperately.
|
|
||||||
3. fileb0x usage.
|
|
||||||
4. How it all goes together.
|
|
@ -1,5 +0,0 @@
|
|||||||
SILENCE!
|
|
||||||
start serve.exe
|
|
||||||
Launch default browser
|
|
||||||
|
|
||||||
Document fileb0x and last touches
|
|
正在加载...
x
在新工单中引用
屏蔽一个用户