Browse Source

app: also clean up tempdir runners on install (#5646)

royh-openai-suffixdocs
Jeffrey Morgan 2 years ago
committed by GitHub
parent
commit
33627331a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      app/ollama.iss

1
app/ollama.iss

@ -128,6 +128,7 @@ Type: filesandordirs; Name: "{%USERPROFILE}\.ollama\history"
; NOTE: if the user has a custom OLLAMA_MODELS it will be preserved
[InstallDelete]
Type: filesandordirs; Name: "{%TEMP}\ollama*"
Type: filesandordirs; Name: "{%LOCALAPPDATA}\Programs\Ollama"
[Messages]

Loading…
Cancel
Save