Skip to content

Commit 92163d8

Browse files
committed
fix evergreen script.
1 parent d22d276 commit 92163d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ functions:
8484
curl -fs \
8585
-o "signtool.exe" \
8686
--url "https://s3.amazonaws.com/boxes.10gen.com/build/signtool.exe"
87-
rm node_modules/electron-installer-squirrel-windows/vendor/signtool.exe
87+
rm -f node_modules/electron-installer-squirrel-windows/vendor/signtool.exe
8888
8989
# Environment variables set for use by notary-service signtool.exe on Windows:
9090
# NOTARY_URL, NOTARY_AUTH_TOKEN, NOTARY_SIGNING_KEY, NOTARY_SIGNING_COMMENT

0 commit comments

Comments
 (0)