pake-cli
Version:
🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。
29 lines (28 loc) • 586 B
JSON
{
"bundle": {
"icon": ["icons/weekly.icns"],
"active": true,
"targets": ["dmg"],
"macOS": {
"signingIdentity": "-",
"hardenedRuntime": true,
"entitlements": "entitlements.plist",
"infoPlist": "Info.plist",
"dmg": {
"background": "assets/macos/dmg/background.png",
"windowSize": {
"width": 680,
"height": 420
},
"appPosition": {
"x": 190,
"y": 250
},
"applicationFolderPosition": {
"x": 500,
"y": 250
}
}
}
}
}