Skip to content

Commit

Permalink
feat: replaced app icon, related #247
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 25, 2020
1 parent bc9acd4 commit 2a2e20e
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1 deletion.
Binary file removed app/app.icns
Binary file not shown.
1 change: 1 addition & 0 deletions app/main.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const createWindow = async () => {
height: mainWindowState.height,
frame: process.platform !== 'darwin',
titleBarStyle: process.platform === 'darwin' ? 'hidden' : 'default',
icon: path.join(__dirname, '../resources/icon-no-padding-512x512.png'),
webPreferences:
// SECURITY: Remove node env
process.env.NODE_ENV === 'development' || process.env.E2E_BUILD === 'true'
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"build": {
"productName": "Stacks Wallet Beta",
"appId": "org.blockstack.StacksWallet",
"icon": "./resources/icon-512x512.png",
"files": [
"dist/",
"node_modules/",
Expand Down Expand Up @@ -61,14 +62,16 @@
]
},
"mac": {
"hardenedRuntime": false
"hardenedRuntime": false,
"icon": "./resources/icon.icns"
},
"linux": {
"target": [
"deb",
"rpm",
"AppImage"
],
"icon": "icon-512x512.png",
"category": "Development"
},
"directories": {
Expand Down
Binary file added resources/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icon-no-padding-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icon.icns
Binary file not shown.
Binary file modified resources/icon.ico
Binary file not shown.
Binary file modified resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a2e20e

Please sign in to comment.