Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit 17cab09

Browse files
committed
Update publish-all.ps1 path in README
Corrected the script path in the PowerShell example to use .\scripts\publish-all.ps1 for clarity and accuracy.
1 parent cb70098 commit 17cab09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
```powershell
1212
# 一键发布所有平台并自动打包
13-
.\publish-all.ps1 -CreatePackages
13+
.\scripts\publish-all.ps1 -CreatePackages
1414
```
1515

1616
此命令会为以下平台生成发布包:

0 commit comments

Comments
 (0)