2021-04-05 20:51:17 +03:00
|
|
|
{
|
|
|
|
"build": {
|
2021-07-04 01:48:04 +03:00
|
|
|
"distDir": ["../index.html"],
|
|
|
|
"devPath": ["../index.html"],
|
2021-04-05 20:51:17 +03:00
|
|
|
"beforeDevCommand": "",
|
|
|
|
"beforeBuildCommand": ""
|
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
|
|
|
"identifier": "com.tauri.dev",
|
|
|
|
"icon": [
|
2021-05-03 17:16:51 +03:00
|
|
|
"../../.icons/32x32.png",
|
|
|
|
"../../.icons/128x128.png",
|
|
|
|
"../../.icons/128x128@2x.png",
|
|
|
|
"../../.icons/icon.icns",
|
|
|
|
"../../.icons/icon.ico"
|
2021-04-05 20:51:17 +03:00
|
|
|
],
|
|
|
|
"resources": [],
|
|
|
|
"externalBin": [],
|
|
|
|
"copyright": "",
|
|
|
|
"category": "DeveloperTool",
|
|
|
|
"shortDescription": "",
|
|
|
|
"longDescription": "",
|
|
|
|
"deb": {
|
|
|
|
"depends": [],
|
|
|
|
"useBootstrapper": false
|
|
|
|
},
|
|
|
|
"macOS": {
|
2021-07-12 18:03:27 +03:00
|
|
|
"signingIdentity": "Developer ID Application: David Lemarier (3KF8V3679C)",
|
|
|
|
"entitlements": "../entitlements.plist",
|
2021-04-05 20:51:17 +03:00
|
|
|
"frameworks": [],
|
|
|
|
"minimumSystemVersion": "",
|
|
|
|
"useBootstrapper": false,
|
|
|
|
"exceptionDomain": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"allowlist": {
|
|
|
|
"all": true
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"title": "Welcome to Tauri!",
|
|
|
|
"width": 800,
|
|
|
|
"height": 600,
|
|
|
|
"resizable": true,
|
|
|
|
"fullscreen": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"security": {
|
2021-06-15 19:37:24 +03:00
|
|
|
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self'"
|
2021-04-05 20:51:17 +03:00
|
|
|
},
|
|
|
|
"updater": {
|
|
|
|
"active": true,
|
|
|
|
"dialog": true,
|
|
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE5QzMxNjYwNTM5OEUwNTgKUldSWTRKaFRZQmJER1h4d1ZMYVA3dnluSjdpN2RmMldJR09hUFFlZDY0SlFqckkvRUJhZDJVZXAK",
|
|
|
|
"endpoints": [
|
|
|
|
"https://tauri-update-server.vercel.app/update/{{target}}/{{current_version}}"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-07-04 01:48:04 +03:00
|
|
|
}
|