Fix icon (desktop and status bar) on Windows
This commit is contained in:
parent
0a8f1acbe2
commit
5ac3aa2c39
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*",
|
"title": "*USERVISIBLENAME*",
|
||||||
"window": {
|
"window": {
|
||||||
"title": "*USERVISIBLENAME* - *PURPOSELINE*",
|
"title": "*USERVISIBLENAME* - *PURPOSELINE*",
|
||||||
"icon": "www/img/icons/logo.ico",
|
"icon": "www/img/app/icon.png",
|
||||||
"toolbar": false,
|
"toolbar": false,
|
||||||
"show": true,
|
"show": true,
|
||||||
"visible": true,
|
"visible": true,
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
||||||
[Files]
|
[Files]
|
||||||
Source: "*USERVISIBLENAME*\win64\*USERVISIBLENAME*.exe"; DestDir: "{app}"; Flags: ignoreversion
|
Source: "*USERVISIBLENAME*\win64\*USERVISIBLENAME*.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||||
Source: "*USERVISIBLENAME*\win64\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
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
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue