diff --git a/build/icons/256x256.png b/build/icons/256x256.png index c0e6d86..a117691 100644 Binary files a/build/icons/256x256.png and b/build/icons/256x256.png differ diff --git a/build/icons/512x512.png b/build/icons/512x512.png index 4a44772..9dc77be 100644 Binary files a/build/icons/512x512.png and b/build/icons/512x512.png differ diff --git a/build/icons/icon.icns b/build/icons/icon.icns index 7772223..1590e4c 100644 Binary files a/build/icons/icon.icns and b/build/icons/icon.icns differ diff --git a/build/icons/icon.ico b/build/icons/icon.ico index 91461c4..145fac7 100644 Binary files a/build/icons/icon.ico and b/build/icons/icon.ico differ diff --git a/package.json b/package.json index 56a7a45..6e3dca6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ont-wallet-test", "productName": "OWallet", "homepage": "http://ont.io", - "version": "v0.8.2", + "version": "v0.8.3", "author": "MickeyWang ", "description": "ledger", "license": "Apache-2.0", @@ -70,7 +70,7 @@ "icon": "build/icons" }, "directories": { - "buildResources": "resources", + "buildResources": "build", "output": "release" }, "mac": { diff --git a/src/renderer/components/Dashboard.vue b/src/renderer/components/Dashboard.vue index ab10685..9221d60 100644 --- a/src/renderer/components/Dashboard.vue +++ b/src/renderer/components/Dashboard.vue @@ -302,6 +302,17 @@ color: #5E6369; border: none; } + .copy-icon { + width:18px; + height:18px; + display: inline-block; + margin-left: 10px; + background: url('../assets/copy.png') center center; + background-size: cover; + cursor: pointer; + position: relative; + top: 5px; +}