build(release): forbid unsigned Windows artifacts
This commit is contained in:
parent
ec5aec758b
commit
30d51278c9
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ asarUnpack:
|
||||||
# ────────────────────────────────────────────────────────────────────
|
# ────────────────────────────────────────────────────────────────────
|
||||||
win:
|
win:
|
||||||
icon: build/icon.ico
|
icon: build/icon.ico
|
||||||
|
# Stable artifacts must never silently fall back to an unsigned build.
|
||||||
|
forceCodeSigning: true
|
||||||
target:
|
target:
|
||||||
- target: nsis
|
- target: nsis
|
||||||
arch:
|
arch:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue