mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 16:41:34 +03:00
3b98141aa2
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Raphii <iam@raphii.co> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"$schema": "../../../tooling/cli/schema.json",
|
|
"build": {
|
|
"distDir": [
|
|
"../index.html"
|
|
],
|
|
"devPath": [
|
|
"../index.html"
|
|
],
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": ""
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.tauri.dev-file-associations-demo",
|
|
"icon": [
|
|
"../../.icons/32x32.png",
|
|
"../../.icons/128x128.png",
|
|
"../../.icons/128x128@2x.png",
|
|
"../../.icons/icon.icns",
|
|
"../../.icons/icon.ico"
|
|
],
|
|
"resources": [],
|
|
"externalBin": [],
|
|
"copyright": "",
|
|
"category": "DeveloperTool",
|
|
"fileAssociations": [
|
|
{
|
|
"ext": ["png"],
|
|
"mimeType": "image/png"
|
|
},
|
|
{
|
|
"ext": ["jpg", "jpeg"],
|
|
"mimeType": "image/jpeg"
|
|
},
|
|
{
|
|
"ext": ["gif"],
|
|
"mimeType": "image/gif"
|
|
}
|
|
],
|
|
"shortDescription": "",
|
|
"longDescription": "",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"exceptionDomain": ""
|
|
}
|
|
},
|
|
"windows": [],
|
|
"security": {
|
|
"csp": "default-src 'self'"
|
|
}
|
|
}
|
|
}
|