File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ credentials-to-remove.txt
5353.dev.vars
5454
5555# Other
56+ LOG.txt
5657keyper-audit.md
5758sqlite-implementation.md
5859post.md
Original file line number Diff line number Diff line change 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
104103nsis :
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
You can’t perform that action at this time.
0 commit comments