Skip to content

Commit 32fae9d

Browse files
committed
add electron-windows-installer debug
1 parent 2a328a0 commit 32fae9d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ tasks:
460460
- func: spawn-signing-server
461461
- func: package
462462
vars:
463-
debug: 'hadron*,mongo*,compass*,electron*,sign*'
463+
debug: 'hadron*,mongo*,compass*,electron*,sign*,electron-windows-installer:main'
464464
compass_distribution: <%= distribution %>
465465
- func: verify-artifacts
466466
- func: save-all-artifacts

.evergreen/buildvariants-and-tasks.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ tasks:
448448
- func: spawn-signing-server
449449
- func: package
450450
vars:
451-
debug: hadron*,mongo*,compass*,electron*,sign*
451+
debug: >-
452+
hadron*,mongo*,compass*,electron*,sign*,electron-windows-installer:main
452453
compass_distribution: compass
453454
- func: verify-artifacts
454455
- func: save-all-artifacts
@@ -471,7 +472,8 @@ tasks:
471472
- func: spawn-signing-server
472473
- func: package
473474
vars:
474-
debug: hadron*,mongo*,compass*,electron*,sign*
475+
debug: >-
476+
hadron*,mongo*,compass*,electron*,sign*,electron-windows-installer:main
475477
compass_distribution: compass-isolated
476478
- func: verify-artifacts
477479
- func: save-all-artifacts
@@ -494,7 +496,8 @@ tasks:
494496
- func: spawn-signing-server
495497
- func: package
496498
vars:
497-
debug: hadron*,mongo*,compass*,electron*,sign*
499+
debug: >-
500+
hadron*,mongo*,compass*,electron*,sign*,electron-windows-installer:main
498501
compass_distribution: compass-readonly
499502
- func: verify-artifacts
500503
- func: save-all-artifacts

packages/hadron-build/signtool/signtool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func main() {
6666
if err != nil {
6767
fmt.Println("Error signing the file")
6868
fmt.Println(err)
69-
// if we error out then we won't see much because of howelectron-windows-installer fails
69+
// if we error out then we won't see much because of how electron-windows-installer fails
7070
return
7171
}
7272

0 commit comments

Comments
 (0)