Explorar el Código

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

Jeffrey Morgan hace 9 meses
padre
commit
33627331a3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/ollama.iss

+ 1 - 0
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]