File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/electron-builder/src/targets
test/out/windows/__snapshots__ Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,9 @@ export class NsisTarget extends Target {
361
361
362
362
const uninstallerIcon = await packager . getResource ( options . uninstallerIcon , "uninstallerIcon.ico" )
363
363
if ( uninstallerIcon != null ) {
364
+ // we don't need to copy MUI_UNICON (defaults to app icon), so, we have 2 defines
364
365
defines . UNINSTALLER_ICON = uninstallerIcon
366
+ defines . MUI_UNICON = uninstallerIcon
365
367
}
366
368
}
367
369
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ Object {
15
15
exports [` portable 1` ] = `
16
16
Object {
17
17
" win" : Array [
18
- Object {
19
- " arch" : null ,
20
- " file" : " latest.yml" ,
21
- },
22
18
Object {
23
19
" arch" : 1 ,
24
20
" file" : " Test App ßW Setup 1.1.0.exe" ,
You can’t perform that action at this time.
0 commit comments