소스 검색

fix(bundler): Correct nsis pre-uninstall hook to post-uninstall (#10498)

* fix(bundler): Correct nsis pre-uninstall hook to post-uninstall

* Create change-pr-10498.md

* Update change-pr-10498.md [skip ci]

---------

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
Catalin Andrei Cacuci 1 년 전
부모
커밋
a440a3f9d8
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      .changes/change-pr-10498.md
  2. 1 1
      tooling/bundler/src/bundle/windows/templates/installer.nsi

+ 5 - 0
.changes/change-pr-10498.md

@@ -0,0 +1,5 @@
+---
+"tauri-bundler": patch:bug
+---
+
+Correct nsis pre-uninstall hook to post-uninstall

+ 1 - 1
tooling/bundler/src/bundle/windows/templates/installer.nsi

@@ -777,7 +777,7 @@ Section Uninstall
   ${EndIf}
 
   !ifmacrodef NSIS_HOOK_POSTUNINSTALL
-    !insertmacro NSIS_HOOK_PREUNINSTALL
+    !insertmacro NSIS_HOOK_POSTUNINSTALL
   !endif
 
   ; Auto close if passive mode