Skip to content

Commit

Permalink
changed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zahmadsaleem committed May 12, 2023
1 parent 83571d1 commit 6504099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
windres -o main-res.syso main.rc
go build -o bin/wshub.exe
"C:\Tools\signtool.exe" sign /f "E:\Github\ReopeCertificate.cer" /tr http://timestamp.comodoca.com /td sha256 bin/wshub.exe
"C:\Tools\signtool.exe" sign /f "E:\Github\ReopeCertificate.cer" /tr http://timestamp.comodoca.com /td sha256 bin/wspubsubgo.exe

0 comments on commit 6504099

Please sign in to comment.