Skip to content

Commit bf9a179

Browse files
committed
feat: add branding to the Windows installer
1 parent 11916c2 commit bf9a179

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
151 KB
Binary file not shown.

src-tauri/tauri.conf.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
},
5050
"windows": {
5151
"nsis": {
52-
"installerHooks": "./windows/hooks.nsh"
52+
"installerHooks": "./windows/hooks.nsh",
53+
"installerIcon": "./icons/icon.ico",
54+
"sidebarImage": "./images/nsis-background.bmp"
5355
},
5456
"webviewInstallMode": {
5557
"type": "downloadBootstrapper"

0 commit comments

Comments
 (0)