Merge pull request #5413 from cmgustavo/bug/logo-windows-01
Fix icon (desktop and status bar) on Windows
This commit is contained in:
commit
68ae2a6f91
4 changed files with 2 additions and 2 deletions
BIN
app-template/bitpay/img/icon.png
Normal file
BIN
app-template/bitpay/img/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 195 KiB |
BIN
app-template/copay/img/icon.png
Normal file
BIN
app-template/copay/img/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
|
|
@ -15,7 +15,7 @@
|
|||
"title": "*USERVISIBLENAME*",
|
||||
"window": {
|
||||
"title": "*USERVISIBLENAME* - *PURPOSELINE*",
|
||||
"icon": "www/img/icons/logo.ico",
|
||||
"icon": "www/img/app/icon.png",
|
||||
"toolbar": false,
|
||||
"show": true,
|
||||
"visible": true,
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
|||
[Files]
|
||||
Source: "*USERVISIBLENAME*\win64\*USERVISIBLENAME*.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "*USERVISIBLENAME*\win64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "../www/img/app/favicon.ico"; DestDir: "{app}"; DestName: "icon.ico"; Flags: ignoreversion
|
||||
Source: "../www/img/app/logo.ico"; DestDir: "{app}"; DestName: "icon.ico"; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue