mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
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:
parent
d55e37b80d
commit
fff8596d50
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ win:
|
|||
- x64
|
||||
publish:
|
||||
- github
|
||||
win32metadata:
|
||||
FileDescription: Super Productivity
|
||||
InternalName: Super Productivity
|
||||
nsis:
|
||||
artifactName: ${productName} Setup-${arch}.${ext}
|
||||
portable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue