Skip to content

Commit

Permalink
chore: logos and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rboixaderg committed Feb 5, 2024
1 parent 17fc398 commit 82576d5
Show file tree
Hide file tree
Showing 20 changed files with 887 additions and 418 deletions.
9 changes: 7 additions & 2 deletions electron-app/forge.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
packagerConfig: {
asar: true,
icon: 'public/logo.png',
icon: 'public/logo.*',
name: 'Nuclia sync',
executableName: 'nuclia-sync-agent',
},
Expand All @@ -16,7 +16,12 @@ module.exports = {
},
{
name: '@electron-forge/maker-deb',
config: {},
config: {
options: {
icon: 'public/logo.png',
productName: 'Nuclia sync agent',
},
},
},
{
name: '@electron-forge/maker-dmg',
Expand Down
Loading

0 comments on commit 82576d5

Please sign in to comment.