chore(desktop): remover branding do NSIS no instalador
This commit is contained in:
parent
bf94dd9f7a
commit
119ada60a6
2 changed files with 21 additions and 0 deletions
20
apps/desktop/src-tauri/installer-hooks.nsh
Normal file
20
apps/desktop/src-tauri/installer-hooks.nsh
Normal 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
|
||||
|
||||
|
|
@ -61,6 +61,7 @@
|
|||
"headerImage": "icons/nsis-header.bmp",
|
||||
"sidebarImage": "icons/nsis-sidebar.bmp",
|
||||
"installMode": "perMachine",
|
||||
"installerHooks": "installer-hooks.nsh",
|
||||
"languages": ["PortugueseBR"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue