We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56550f commit cf10da8Copy full SHA for cf10da8
2 files changed
.changeset/afraid-houses-grow.md
@@ -0,0 +1,5 @@
1
+---
2
+"app-builder-lib": patch
3
4
+
5
+fix(nsis): allow $INSTDIR to be removed
packages/app-builder-lib/templates/nsis/uninstaller.nsh
@@ -181,6 +181,8 @@ Section "un.${UNINSTALL_SECTION_NAME}"
181
182
${endif}
183
184
+ # Move out of $INSTDIR so it can be removed
185
+ SetOutPath $TEMP
186
# Remove all files (or remaining shallow directories from the block above)
187
RMDir /r $INSTDIR
188
!endif
0 commit comments