chore(desktop): remover branding do NSIS no instalador

This commit is contained in:
esdrasrenan 2025-12-12 23:03:49 -03:00
parent bf94dd9f7a
commit 119ada60a6
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,20 @@
; Hooks customizadas do instalador NSIS (Tauri)
;
; Objetivo: remover a marca "Nullsoft Install System" exibida no canto inferior esquerdo.
;
; Nota: o bundler do Tauri injeta estes macros no script principal do instalador.
BrandingText " "
!macro NSIS_HOOK_PREINSTALL
!macroend
!macro NSIS_HOOK_POSTINSTALL
!macroend
!macro NSIS_HOOK_PREUNINSTALL
!macroend
!macro NSIS_HOOK_POSTUNINSTALL
!macroend

View file

@ -61,6 +61,7 @@
"headerImage": "icons/nsis-header.bmp",
"sidebarImage": "icons/nsis-sidebar.bmp",
"installMode": "perMachine",
"installerHooks": "installer-hooks.nsh",
"languages": ["PortugueseBR"]
}
}