unsloth/studio/src-tauri/windows/hooks.nsh
Wasim Yousef Said 507417579f
Fix Studio desktop tray installer and titlebar and bux fixes (#5179)
* fix(tauri): dedupe tray and brand nsis installer

* feat(tauri): add linux windows custom titlebar

* Fix desktop auth gate after backend startup

* Fix desktop installer assets and setup script skew

* Scope setup failure exit to Tauri installer

* fix desktop updater production channel

* fix desktop auth runtime installer regressions

* fix desktop dev cors retry

* fix tauri process generation race

* feat desktop diagnostics support report

* fix tauri apt update best effort

* Fix Windows desktop NSIS installer upgrades

* Start managed backend after desktop install

* Improve NSIS installer branding resolution

* Fix assistant-ui internal import

* Fix desktop release workflow

* Keep desktop auth retry on cached backend

---------

Co-authored-by: wasimysaid <wasimysaid@users.noreply.github.com>
2026-04-30 08:40:39 -07:00

9 lines
403 B
NSIS

; Unsloth Studio NSIS installer hooks
!macro NSIS_HOOK_POSTUNINSTALL
; Desktop uninstall must not remove $PROFILE\.unsloth. The CLI/web
; installers also use that tree for environments, models, outputs, and
; configuration, and there has been no prior public desktop release whose
; private state needs cleanup here.
DetailPrint "Preserved shared Unsloth data at $PROFILE\.unsloth"
!macroend