🐛 update title

This commit is contained in:
Tw93
2025-09-07 13:57:29 +08:00
parent c75f039c71
commit 0b0d2c43d3
3 changed files with 6 additions and 6 deletions

View File

@@ -162,10 +162,10 @@ In addition, double-click the title bar to switch to full-screen mode. For Mac u
pnpm install -g pake-cli
# Basic usage - automatically fetches website icon
pake https://github.com --name "GitHub"
pake https://github.com --name GitHub
# Advanced usage with custom options
pake https://weekly.tw93.fun --name "Weekly" --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar
pake https://weekly.tw93.fun --name Weekly --icon https://cdn.tw93.fun/pake/weekly.icns --width 1200 --height 800 --hide-title-bar
```
First-time packaging requires environment setup and may be slower, subsequent builds are fast. For complete parameter documentation, see [CLI Usage Guide](docs/cli-usage.md). Don't want to use CLI? Try [GitHub Actions Online Building](docs/github-actions-usage.md).