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 ecbf88e commit dd8b34cCopy full SHA for dd8b34c
get-config.cmd
@@ -1,7 +1,7 @@
1
@echo off
2
setlocal
3
4
-for /f "delims=" %%i in ('where /r . daytona.exe') do set daytona_path=%%i
+for /f "delims=" %%i in ('where /r "%USERPROFILE%\AppData\Roaming\bin\daytona" daytona.exe') do set daytona_path=%%i
5
6
if not defined daytona_path (
7
echo Daytona executable not found
0 commit comments