fix: harden windows installer update path and map resize behavior (#739)

This commit is contained in:
Elie Habib
2026-03-02 11:33:24 +04:00
committed by GitHub
parent 58cb2b63e6
commit 8a414228b4
9 changed files with 42 additions and 11 deletions

View File

@@ -30,7 +30,10 @@
},
"windows": {
"digestAlgorithm": "sha256",
"timestampUrl": "https://timestamp.digicert.com"
"timestampUrl": "https://timestamp.digicert.com",
"nsis": {
"installerHooks": "nsis/installer-hooks.nsh"
}
}
}
}