You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"package": {
|
|
"productName": "mediarepo-ui",
|
|
"version": "0.1.0"
|
|
},
|
|
"build": {
|
|
"distDir": "../dist/mediarepo-ui",
|
|
"devPath": "http://localhost:4200",
|
|
"beforeDevCommand": "yarn start",
|
|
"beforeBuildCommand": "yarn build"
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "net.trivernis.mediarepo",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": [],
|
|
"externalBin": [],
|
|
"copyright": "",
|
|
"category": "Productivity",
|
|
"shortDescription": "A media mangagement tool",
|
|
"longDescription": "",
|
|
"deb": {
|
|
"depends": [],
|
|
"useBootstrapper": false
|
|
},
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "",
|
|
"useBootstrapper": false,
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"entitlements": null
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
},
|
|
"allowlist": {
|
|
"dialog": {
|
|
"all": true
|
|
},
|
|
"path": {
|
|
"all": true
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Mediarepo",
|
|
"width": 1920,
|
|
"height": 1080,
|
|
"resizable": true,
|
|
"fullscreen": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' once: thumb: content:"
|
|
}
|
|
}
|
|
}
|