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 10912e9 commit 898a401
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions scripts/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ${UnStrStr}
!insertmacro customUnInstallCheckCommon
!macroend

!macro customUnInstall
!macro customRemoveFiles
ClearErrors
FileOpen $0 "$APPDATA\ComfyUI\extra_models_config.yaml" r
var /global line
Expand All @@ -45,12 +45,4 @@ ${UnStrStr}

FileClose $0
Delete "$APPDATA\ComfyUI\extra_models_config.yaml"
!macroend

Section "WriteUninstaller"
WriteUninstaller $INSTDIR\uninstaller.exe
SectionEnd

Section Uninstall
${customUnInstall}
SectionEnd
!macroend

0 comments on commit 898a401

Please sign in to comment.