Files

40 lines
934 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Snaplet",
"version": "0.1.0",
"identifier": "com.snaplet.capture",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [{
"label": "main",
"title": "Snaplet",
"width": 980,
"height": 700,
"minWidth": 760,
"minHeight": 560,
"center": true,
"resizable": true
}],
"security": { "csp": null }
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"category": "Utility",
"shortDescription": "轻量、快速、顺手的截图工具",
"windows": { "webviewInstallMode": { "type": "skip" } }
}
}