Skip to content

Commit 6ba9472

Browse files
committed
do not use timestamp server
1 parent eaef8d6 commit 6ba9472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func main() {
7373
{
7474
cmd := exec.Command(signtool, "sign", "/sm",
7575
"/n", "LiterMC-CodeSign",
76-
"/tr", "http://timestamp.apple.com/ts01", "/td", "SHA256",
76+
// "/tr", "http://timestamp.apple.com/ts01", "/td", "SHA256",
7777
"/fd", "SHA256", outputName)
7878
cmd.Stdout = os.Stdout
7979
cmd.Stderr = os.Stderr

0 commit comments

Comments
 (0)