We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deno compile --self-extracting
1 parent 7cb02d3 commit 4c73ea2Copy full SHA for 4c73ea2
runtime/reference/cli/compile.md
@@ -152,7 +152,7 @@ addons or native code that reads relative files.
152
153
The extraction directory is chosen in order of preference:
154
155
-1. `<exe_dir>/<exe_name>.fs/<hash>/` (next to the compiled binary)
+1. `<exe_dir>/.<exe_name>/<hash>/` (next to the compiled binary)
156
2. Platform data directory fallback:
157
- Linux: `$XDG_DATA_HOME/<exe_name>/<hash>` or
158
`~/.local/share/<exe_name>/<hash>`
0 commit comments