{ "$schema": "https://schema.tauri.app/config/2", "bundle": { "targets": ["nsis"], "windows": { "nsis": { "installMode": "perMachine", "installerHooks": "./windows/hooks.nsh" } } } }