mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
72 lines
1.7 KiB
JSON
72 lines
1.7 KiB
JSON
{
|
|
"build": {
|
|
"distDir": ["../index.html"],
|
|
"devPath": ["../index.html"],
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": ""
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.tauri.dev",
|
|
"icon": [
|
|
"../../.icons/32x32.png",
|
|
"../../.icons/128x128.png",
|
|
"../../.icons/128x128@2x.png",
|
|
"../../.icons/icon.icns",
|
|
"../../.icons/icon.ico"
|
|
],
|
|
"resources": [],
|
|
"externalBin": [],
|
|
"copyright": "",
|
|
"category": "DeveloperTool",
|
|
"shortDescription": "",
|
|
"longDescription": "",
|
|
"deb": {
|
|
"depends": [],
|
|
"useBootstrapper": false
|
|
},
|
|
"macOS": {
|
|
"signingIdentity": null,
|
|
"entitlements": "../entitlements.plist",
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "",
|
|
"useBootstrapper": false,
|
|
"exceptionDomain": ""
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": null,
|
|
"timestampUrl": null,
|
|
"wix": {
|
|
"enableElevatedUpdateTask": false
|
|
}
|
|
}
|
|
},
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Welcome to Tauri!",
|
|
"width": 800,
|
|
"height": 600,
|
|
"resizable": true,
|
|
"fullscreen": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src 'self'"
|
|
},
|
|
"updater": {
|
|
"active": true,
|
|
"dialog": true,
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5QzMxNjYwNTM5OEUwNTgKUldSWTRKaFRZQmJER1h4d1ZMYVA3dnluSjdpN2RmMldJR09hUFFlZDY0SlFqckkvRUJhZDJVZXAK",
|
|
"endpoints": [
|
|
"https://tauri-update-server.vercel.app/update/{{target}}/{{current_version}}"
|
|
]
|
|
}
|
|
}
|
|
}
|