Skip to content

Commit 4c73ea2

Browse files
docs: update the location of the extraction directory for deno compile --self-extracting (#2961)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent 7cb02d3 commit 4c73ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/reference/cli/compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ addons or native code that reads relative files.
152152

153153
The extraction directory is chosen in order of preference:
154154

155-
1. `<exe_dir>/<exe_name>.fs/<hash>/` (next to the compiled binary)
155+
1. `<exe_dir>/.<exe_name>/<hash>/` (next to the compiled binary)
156156
2. Platform data directory fallback:
157157
- Linux: `$XDG_DATA_HOME/<exe_name>/<hash>` or
158158
`~/.local/share/<exe_name>/<hash>`

0 commit comments

Comments
 (0)