fix(build): ensure consistent Windows EXE metadata for installer and portable

Add explicit win32metadata configuration to electron-builder.yaml to ensure
FileDescription and InternalName are identical between NSIS installer and
portable builds.

Fixes #4625
This commit is contained in:
Johannes Millan 2025-12-22 14:21:00 +01:00
parent d55e37b80d
commit fff8596d50

View file

@ -29,6 +29,9 @@ win:
- x64
publish:
- github
win32metadata:
FileDescription: Super Productivity
InternalName: Super Productivity
nsis:
artifactName: ${productName} Setup-${arch}.${ext}
portable: