Skip to content

Commit

Permalink
Adding script to remove directories and files
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Nov 18, 2024
1 parent 0781de5 commit f88c0de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/installer.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

${UnStrStr}

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

Section uninstall
ClearErrors
FileOpen $0 "$APPDATA\ComfyUI\extra_models_config.yaml" r
Expand Down

0 comments on commit f88c0de

Please sign in to comment.