We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed8b04 commit 2a328a0Copy full SHA for 2a328a0
packages/hadron-build/signtool/signtool.exe
0 Bytes
packages/hadron-build/signtool/signtool.go
@@ -64,7 +64,10 @@ func main() {
64
65
err := cmd.Run()
66
if err != nil {
67
- log.Fatal("Error signing the file", err)
+ fmt.Println("Error signing the file")
68
+ fmt.Println(err)
69
+ // if we error out then we won't see much because of howelectron-windows-installer fails
70
+ return
71
}
72
73
fmt.Println("File signed successfully.")
0 commit comments