13.6.0
MS Windows doesn't protect users and even if your installer is signed, if your update server is hacked, code signing will not help you. Since this release publisher
attribute is added into latest.yml
(and required tool to verify that update is correctly signed and valid, is bundled), but electron-updater
doesn't yet use it. Secured auto-update implementation will be implemented this or next month.
Bug Fixes
- Incorrect error message (bc0952e), closes #1236
- deployment: NSIS Web Installer update info is not generated #1207 (9f7c825)
- electron-updater: Github Update Fails Due to Undefined (591873a), closes #1228
- nsis: Custom NSIS Script !include could not find nsh file (3fbf113), closes #1239