Skip to content

Commit

Permalink
icons #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flora-Network committed Jul 20, 2021
1 parent 704f29d commit 29ba3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dest": "dist/installers/",
"icon": "src/assets/img/floracoin.ico",
"icon": "src/assets/img/flora.ico",
"tags": ["Blockchain"]
}
2 changes: 1 addition & 1 deletion winstaller.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function getInstallerConfig () {
authors: 'Flora Network',
version: process.env.FLORA_INSTALLER_VERSION,
noMsi: true,
iconUrl: 'https://raw.githubusercontent.com/Flora-Network/flora-blockchain/master/electron-react/src/assets/img/goji.ico',
iconUrl: 'https://raw.githubusercontent.com/Flora-Network/flora-blockchain/master/electron-react/src/assets/img/flora.ico',
outputDirectory: path.join(outPath, 'windows-installer'),
certificateFile: 'win_code_sign_cert.p12',
certificatePassword: process.env.WIN_CODE_SIGN_PASS,
Expand Down

0 comments on commit 29ba3de

Please sign in to comment.