You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using import.meta.url, __dirname or whatever it might be to use relative paths inside the compiled executable, all paths will start with "B:\\~BUN\\root\\"
Note: I am on Windows 10. Don't know if this helps anything, but added for more context.
What is the feature you are proposing to solve the problem?
If I have a compiled executable and run it at "c:\users\<username>\Documents\compiled_executable.exe", the path should be "c:\users\<username>\Documents"
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered:
What is the problem this feature would solve?
When using import.meta.url, __dirname or whatever it might be to use relative paths inside the compiled executable, all paths will start with "
B:\\~BUN\\root\\
"Note: I am on Windows 10. Don't know if this helps anything, but added for more context.
What is the feature you are proposing to solve the problem?
If I have a compiled executable and run it at "
c:\users\<username>\Documents\compiled_executable.exe
", the path should be "c:\users\<username>\Documents
"What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: