Skip to content

Commit

Permalink
Adding snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Nov 21, 2024
1 parent e2fa6e3 commit f869b12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/installer.nsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!include 'LogicLib.nsh'
!include "StrFunc.nsh"

${UnStrStr}


; The following is used to add the "/SD" flag to MessageBox so that the
; machine can restart if the uninstaller fails.
Expand All @@ -26,7 +26,9 @@ ${UnStrStr}
!insertmacro customUnInstallCheckCommon
!macroend

!ifndef BUILD_UNINSTALLER
!ifdef BUILD_UNINSTALLER
${UnStrStr}

!macro customRemoveFiles
ClearErrors
FileOpen $0 "$APPDATA\ComfyUI\extra_models_config.yaml" r
Expand Down

0 comments on commit f869b12

Please sign in to comment.