Skip to content

Commit f1e04ba

Browse files
committed
Add ico files
1 parent d96ebd0 commit f1e04ba

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ credentials-to-remove.txt
5353
.dev.vars
5454

5555
# Other
56+
LOG.txt
5657
keyper-audit.md
5758
sqlite-implementation.md
5859
post.md

electron-builder.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,17 @@ win:
9797
- target: nsis
9898
arch:
9999
- x64
100-
# electron-builder can convert a PNG to .ico if @electron/windows-sign
101-
# or nsis-resources are available; otherwise supply a real .ico here.
102-
icon: public/icon.png
100+
# Use a real multi-size .ico for Windows packaging and shortcuts.
101+
icon: public/icon.ico
103102

104103
nsis:
105104
oneClick: false
106105
allowToChangeInstallationDirectory: true
107106
createDesktopShortcut: true
108107
createStartMenuShortcut: true
109108
shortcutName: Keyper
110-
installerIcon: public/icon.png
111-
uninstallerIcon: public/icon.png
109+
installerIcon: public/icon.ico
110+
uninstallerIcon: public/icon.ico
112111

113112
# ── macOS (cross-compile not supported — must build on macOS) ─────────────────
114113

public/favicon.ico

-95.7 KB
Binary file not shown.

public/icon.ico

88 KB
Binary file not shown.

0 commit comments

Comments
 (0)