Linux command
pake 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Package URL as app
pake [https://example.com]
Package with custom name
pake [url] --name [AppName]
Package with custom icon
pake [url] --icon [icon.png]
Package for specific platform
pake [url] --targets [macos|linux|windows]
说明
pake converts web pages to desktop apps. Uses Rust and system webview. The tool creates lightweight native wrappers. Cross-platform support.
参数
- --name _NAME_
- Application name.
- --icon _FILE_
- Application icon.
- --targets _PLATFORMS_
- Build targets.
- --width _PIXELS_
- Window width.
- --height _PIXELS_
- Window height.
- --help
- Display help information.
FAQ
What is the pake command used for?
pake converts web pages to desktop apps. Uses Rust and system webview. The tool creates lightweight native wrappers. Cross-platform support.
How do I run a basic pake example?
Run `pake [https://example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --name _NAME_ do in pake?
Application name.