We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e289a5 commit ae51e90Copy full SHA for ae51e90
installers/oi-windows-installer-conda.ps1
@@ -9,8 +9,7 @@ $desktopPath = [System.IO.Path]::Combine([System.Environment]::GetFolderPath('De
9
$condaExePath = "$condaPath\Scripts\conda.exe"
10
11
# URL of the .ico file
12
-# $icoUrl = "https://raw.githubusercontent.com/OpenInterpreter/open-interpreter/main/docs/assets/favicon.ico"
13
-$icoUrl = "https://raw.githubusercontent.com/CyanideByte/open-interpreter/conda-installer/docs/assets/favicon.ico"
+$icoUrl = "https://raw.githubusercontent.com/OpenInterpreter/open-interpreter/main/docs/assets/favicon.ico"
14
$icoPath = "$env:TEMP\open-interpreter.ico"
15
16
# Function to download a file with progress
0 commit comments