refeator: 修改x86构建脚本名字

This commit is contained in:
Olia Lisa
2026-06-27 11:08:44 +08:00
parent 99091363c7
commit a3a48d51f4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#### x86-64 固件构建
```bash
curl -fsSL https://gitea.9001003.xyz/William/immortalwrt_image_builder/raw/branch/main/main.sh | bash
curl -fsSL https://gitea.9001003.xyz/William/immortalwrt_image_builder/raw/branch/main/x86-64.sh | bash
```
构建完成后,固件文件会生成在 `output/` 目录中。
View File