diff --git a/app-template/bitpay/img/icon.png b/app-template/bitpay/img/icon.png new file mode 100644 index 000000000..92b75419a Binary files /dev/null and b/app-template/bitpay/img/icon.png differ diff --git a/app-template/copay/img/icon.png b/app-template/copay/img/icon.png new file mode 100644 index 000000000..cba4cf27a Binary files /dev/null and b/app-template/copay/img/icon.png differ diff --git a/app-template/package-template.json b/app-template/package-template.json index 73f2839fa..89211c379 100644 --- a/app-template/package-template.json +++ b/app-template/package-template.json @@ -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, diff --git a/app-template/setup-win.iss b/app-template/setup-win.iss index 8b053baa2..b0faaa163 100755 --- a/app-template/setup-win.iss +++ b/app-template/setup-win.iss @@ -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]