mirror of
https://github.com/tauri-apps/smoke-tests.git
synced 2026-01-31 00:35:18 +01:00
38 lines
756 B
JSON
38 lines
756 B
JSON
{
|
|
"build": {
|
|
"distDir": "../build",
|
|
"devPath": "http://localhost:3000",
|
|
"beforeDevCommand": "yarn start",
|
|
"beforeBuildCommand": "yarn build"
|
|
},
|
|
"tauri": {
|
|
"bundle": {
|
|
"active": true,
|
|
"identifier": "com.tauri.dev",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"targets": [
|
|
"deb",
|
|
"app",
|
|
"msi",
|
|
"appimage"
|
|
]
|
|
},
|
|
"allowlist": {
|
|
"all": false
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Tauri App"
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'"
|
|
}
|
|
}
|
|
} |