mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
fix(build): remove deprecated win32metadata from electron-builder config
The win32metadata property is no longer valid in electron-builder 26.x. Windows executable metadata is now automatically derived from productName.
This commit is contained in:
parent
d11435808e
commit
50de4c1fd7
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ 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