pake-cli
Version:
🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。
25 lines (24 loc) • 474 B
JSON
{
"productName": "WeRead",
"identifier": "com.pake.bfde08",
"version": "1.0.0",
"app": {
"withGlobalTauri": true
},
"build": {
"frontendDist": "../dist"
},
"bundle": {
"icon": [
"/Users/tw93/www/Pake/src-tauri/icons/icon.icns"
],
"active": true,
"macOS": {},
"targets": [
"dmg"
],
"resources": [
"icons/weread.icns"
]
}
}