## Steps to reproduce ``` > systeminfo ... OS Name: Microsoft Windows 11 Pro OS Version: 10.0.26100 N/A Build 26100 ... > deno --version deno 2.4.0 (stable, release, x86_64-pc-windows-msvc) v8 13.5.212.10-rusty typescript 5.8.3 > echo '' > a.ts > deno compile a.ts ``` ## Expected behavior Compiliation success ## Actual behavior ``` > deno compile a.ts Check file:///D:/a.ts Compile file:///D:/a.ts to a.exe error: Writing deno compile executable to temporary file 'a.exe.tmp-70e70ca172851034' Caused by: 0: Setting up base binary. 1: Download could not be found, aborting ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by nanikit and has received 0 comments.