Skip to content

Commit

Permalink
fix: Use newer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbob88 committed Jun 3, 2024
1 parent 5488036 commit 31a893b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
appId: com.example.nextron
productName: My Nextron App
copyright: Copyright © 2018 Yoshihide Shiono
appId: io.github.jimbob88.senpaqtally
productName: SenPAQ Tally
copyright: Copyright © 2024 James Blackburn
directories:
output: dist
buildResources: resources
win:
icon: resources/icon.ico
files:
- from: .
filter:
Expand Down
1 change: 1 addition & 0 deletions main/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if (isProd) {
preload: path.join(__dirname, 'preload.js'),
},
autoHideMenuBar: true,
icon: path.join(__dirname, '../resources/icon.ico'),
})

if (isProd) {
Expand Down
Binary file removed renderer/public/images/logo.png
Binary file not shown.
Binary file removed resources/icon.icns
Binary file not shown.
Binary file modified resources/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31a893b

Please sign in to comment.