Skip to content

Commit ae51e90

Browse files
committed
Switched icon url to main repo location for PR
1 parent 0e289a5 commit ae51e90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

installers/oi-windows-installer-conda.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ $desktopPath = [System.IO.Path]::Combine([System.Environment]::GetFolderPath('De
99
$condaExePath = "$condaPath\Scripts\conda.exe"
1010

1111
# 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"
12+
$icoUrl = "https://raw.githubusercontent.com/OpenInterpreter/open-interpreter/main/docs/assets/favicon.ico"
1413
$icoPath = "$env:TEMP\open-interpreter.ico"
1514

1615
# Function to download a file with progress

0 commit comments

Comments
 (0)