Skip to content

Commit

Permalink
fix: linux icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 14, 2021
1 parent 5379ecf commit 8781dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const networkConfigs = {
icon: 'icon.testnet.ico',
},
linux: {
icon: './icons',
icon: './icons-testnet',
},
// macos `Application Support` dir name
extraMetadata: {
Expand All @@ -94,7 +94,7 @@ const networkConfigs = {
icon: 'icon.mainnet.ico',
},
linux: {
icon: 'icon-512x512.png',
icon: './icons-mainnet',
},
extraMetadata: {
productName: 'StacksWallet',
Expand Down

0 comments on commit 8781dfe

Please sign in to comment.