Skip to content

Commit 280eaed

Browse files
authored
docs(exe): fix output directory example (#828)
1 parent 2051a40 commit 280eaed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/options/exe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default defineConfig({
114114
This downloads the target platform's Node.js binary from nodejs.org, caches it locally, and uses it to build the executable. The output files are named with platform and architecture suffixes:
115115

116116
```
117-
dist/
117+
build/
118118
cli-linux-x64
119119
cli-darwin-arm64
120120
cli-win-x64.exe

docs/zh-CN/options/exe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default defineConfig({
114114
这会从 nodejs.org 下载目标平台的 Node.js 二进制文件,缓存到本地,并使用它来构建可执行文件。输出文件会带有平台和架构后缀:
115115

116116
```
117-
dist/
117+
build/
118118
cli-linux-x64
119119
cli-darwin-arm64
120120
cli-win-x64.exe

0 commit comments

Comments
 (0)