diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 0af599f9a..15a3275a9 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -4,12 +4,13 @@ "resources": ["resources/pre-install/**/*"], "externalBin": ["resources/bin/bun", "resources/bin/uv"], "windows": { + "nsis": { + "installerHooks": "./windows/hooks.nsh", + "installerIcon": "icons/icon.ico" + }, "webviewInstallMode": { "silent": true, "type": "downloadBootstrapper" - }, - "nsis": { - "installerHooks": "./windows/hooks.nsh" } } }