n-link/desktop/src-tauri/tauri.conf.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2020-09-26 20:44:36 +00:00
{
"tauri": {
"bundle": {
"active": true,
2020-09-27 21:12:08 +00:00
"targets": ["deb", "msi", "appimage", "dmg"],
2020-09-27 18:45:54 +00:00
"identifier": "com.lights0123.n-link",
2020-09-26 20:44:36 +00:00
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [],
"externalBin": [],
"copyright": "Copyright (c) 2021 Ben Schattinger. Licensed under GPL-3.0",
2020-09-26 20:44:36 +00:00
"category": "Utility",
2020-09-27 18:45:54 +00:00
"shortDescription": "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire",
"longDescription": "Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire",
2021-08-30 20:49:54 +00:00
"macOS": {
2020-09-26 20:44:36 +00:00
"frameworks": [],
"minimumSystemVersion": "",
2021-08-30 20:49:54 +00:00
"useBootstrapper": false,
"exceptionDomain": "",
"signingIdentity": null,
"entitlements": null
2020-09-26 20:44:36 +00:00
},
2021-08-30 20:49:54 +00:00
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
2020-09-26 20:44:36 +00:00
},
2021-08-30 20:49:54 +00:00
"updater": {
"active": false
2020-09-26 20:44:36 +00:00
},
2021-08-30 20:49:54 +00:00
"allowlist": {
"shell": {
"open": true
},
"dialog": {
"open": true
}
2020-09-26 20:44:36 +00:00
},
2021-08-30 20:49:54 +00:00
"windows": [
{
"title": "N-Link",
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false
}
],
2020-09-26 20:44:36 +00:00
"security": {
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
2020-09-26 20:44:36 +00:00
}
}
}