Skip to content

Commit

Permalink
Fix about dialog
Browse files Browse the repository at this point in the history
Changed path to application icon had to be updated.
  • Loading branch information
c3er committed May 4, 2023
1 parent 330e968 commit baf6dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function showAboutDialog(parentWindow) {
copyright: "Copyright © Christian Dreier",
icon_path: path.join(
__dirname,
"..",
"assets",
"icon",
isMacOS() ? "md-mac-icon.svg" : "md-icon.svg"
),
Expand Down

0 comments on commit baf6dad

Please sign in to comment.