mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 10:36:25 -04:00
85 lines
1.8 KiB
JSON
85 lines
1.8 KiB
JSON
{
|
|
"package": {
|
|
"productName": "Spacedrive",
|
|
"version": "0.1.0"
|
|
},
|
|
"build": {
|
|
"distDir": "../dist",
|
|
"devPath": "http://localhost:8001",
|
|
"beforeDevCommand": "pnpm exec vite --clearScreen=false",
|
|
"beforeBuildCommand": "pnpm exec vite build"
|
|
},
|
|
"tauri": {
|
|
"macOSPrivateApi": true,
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "com.spacedrive.desktop",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"resources": [],
|
|
"externalBin": [],
|
|
"copyright": "Spacedrive Technology Inc.",
|
|
"shortDescription": "The universal file manager.",
|
|
"longDescription": "A cross-platform universal file explorer, powered by an open-source virtual distributed filesystem.",
|
|
"deb": {
|
|
"depends": []
|
|
},
|
|
"macOS": {
|
|
"frameworks": [],
|
|
"minimumSystemVersion": "10.14",
|
|
"exceptionDomain": "",
|
|
"signingIdentity": null,
|
|
"entitlements": null
|
|
},
|
|
"windows": {
|
|
"certificateThumbprint": null,
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": ""
|
|
}
|
|
},
|
|
"updater": {
|
|
"active": false
|
|
},
|
|
"allowlist": {
|
|
"all": true,
|
|
"protocol": {
|
|
"assetScope": ["*"]
|
|
},
|
|
"os": {
|
|
"all": true
|
|
},
|
|
"dialog": {
|
|
"all": true,
|
|
"open": true,
|
|
"save": true
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Spacedrive",
|
|
"width": 1200,
|
|
"height": 725,
|
|
"minWidth": 700,
|
|
"minHeight": 500,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"alwaysOnTop": false,
|
|
"focus": false,
|
|
"fileDropEnabled": false,
|
|
"decorations": true,
|
|
"transparent": true,
|
|
"center": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": "default-src asset: blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
|
|
}
|
|
}
|
|
}
|