Skip to content

Commit

Permalink
Tweak icons
Browse files Browse the repository at this point in the history
  • Loading branch information
richrace committed Sep 24, 2023
1 parent 392cfcc commit 6a8091a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
packagerConfig: {
icon: './assets/icon.icns',
icon: './assets/icon',
out: './out',
overwrite: true,
executableName: 'arctis-monitor',
Expand All @@ -12,6 +12,7 @@ module.exports = {
config: {
name: 'arctis-monitor',
iconUrl: 'https://raw.githubusercontent.com/richrace/arctis-monitor/main/assets/icon.ico',
setupIcon: './assets/icon.ico'
},
},
{
Expand All @@ -22,6 +23,7 @@ module.exports = {
name: '@electron-forge/maker-dmg',
config: {
format: 'ULFO',
icon: './assets/icon.icns'
},
},
{
Expand Down

0 comments on commit 6a8091a

Please sign in to comment.