air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
18.32k stars 815 forks source link

air can't run on windows11 #663

Closed ucdo closed 1 month ago

ucdo commented 1 month ago

go version:1.23.2

I ran air on command line,but gave me error: image

I think It's the ' and '\' stop the command.

only "F:\xxx\tmp\main.exe" can run.

oh0123 commented 1 month ago

try set follow config in .air.toml full_bin = ".\\tmp\\main.exe"

ucdo commented 1 month ago

try set follow config in .air.toml full_bin = ".\\tmp\\main.exe"

Thanks.It can work now.