"docs/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "841879099cedbe15addb7f19f17e276cab5bf535"
Commit f58856bf authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

better directory cleanup in `ollama.iss`

parent 275ea015
...@@ -116,7 +116,8 @@ Filename: "{cmd}"; Parameters: "/c timeout 5"; Flags: runhidden ...@@ -116,7 +116,8 @@ Filename: "{cmd}"; Parameters: "/c timeout 5"; Flags: runhidden
Type: filesandordirs; Name: "{%TEMP}\ollama*" Type: filesandordirs; Name: "{%TEMP}\ollama*"
Type: filesandordirs; Name: "{%LOCALAPPDATA}\Ollama" Type: filesandordirs; Name: "{%LOCALAPPDATA}\Ollama"
Type: filesandordirs; Name: "{%LOCALAPPDATA}\Programs\Ollama" Type: filesandordirs; Name: "{%LOCALAPPDATA}\Programs\Ollama"
Type: filesandordirs; Name: "{%USERPROFILE}\.ollama" Type: filesandordirs; Name: "{%USERPROFILE}\.ollama\models"
Type: filesandordirs; Name: "{%USERPROFILE}\.ollama\history"
; NOTE: if the user has a custom OLLAMA_MODELS it will be preserved ; NOTE: if the user has a custom OLLAMA_MODELS it will be preserved
[Messages] [Messages]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment