mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
fix: update Windows build configuration for icon and publisher name
This commit is contained in:
@@ -36,25 +36,22 @@ const config = {
|
||||
},
|
||||
win: {
|
||||
artifactName: '${name}_${version}_${arch}_win.${ext}',
|
||||
icon: 'resources/icons/png',
|
||||
publisherName: 'Anoop MD',
|
||||
icon: 'resources/icons/win/icon.ico',
|
||||
target: [
|
||||
{
|
||||
target: 'nsis',
|
||||
arch: ['x64']
|
||||
}
|
||||
]
|
||||
],
|
||||
sign: null,
|
||||
publisherName: 'Bruno Software Inc'
|
||||
},
|
||||
nsis: {
|
||||
oneClick: false,
|
||||
allowToChangeInstallationDirectory: true,
|
||||
allowElevation: true,
|
||||
createDesktopShortcut: true,
|
||||
createStartMenuShortcut: true,
|
||||
installerIcon: "resources/icons/win/icon.ico",
|
||||
uninstallerIcon: "resources/icons/win/icon.ico",
|
||||
installerHeaderIcon: "resources/icons/win/icon.ico",
|
||||
warningsAsErrors: false
|
||||
createStartMenuShortcut: true
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user