mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
remove external bin for now, tauri wont bundle with daemon in release
mode until this is solved, but you can use the CLI. this unblocks compile.
This commit is contained in:
parent
522b213f64
commit
25e86e754d
@ -1,108 +1,92 @@
|
|||||||
{
|
{
|
||||||
"productName": "Spacedrive",
|
"productName": "Spacedrive",
|
||||||
"version": "2.0.0-pre.1",
|
"version": "2.0.0-pre.1",
|
||||||
"identifier": "com.spacedrive.desktop",
|
"identifier": "com.spacedrive.desktop",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "bun run dev:with-daemon",
|
"beforeDevCommand": "bun run dev:with-daemon",
|
||||||
"beforeBuildCommand": "bun run build",
|
"beforeBuildCommand": "bun run build",
|
||||||
"devUrl": "http://localhost:1420",
|
"devUrl": "http://localhost:1420",
|
||||||
"frontendDist": "../dist"
|
"frontendDist": "../dist"
|
||||||
},
|
},
|
||||||
"app": {
|
"app": {
|
||||||
"withGlobalTauri": true,
|
"withGlobalTauri": true,
|
||||||
"macOSPrivateApi": true,
|
"macOSPrivateApi": true,
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
"title": "Spacedrive",
|
"title": "Spacedrive",
|
||||||
"width": 1400,
|
"width": 1400,
|
||||||
"height": 750,
|
"height": 750,
|
||||||
"minWidth": 768,
|
"minWidth": 768,
|
||||||
"minHeight": 500,
|
"minHeight": 500,
|
||||||
"resizable": true,
|
"resizable": true,
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"hiddenTitle": true,
|
"hiddenTitle": true,
|
||||||
"transparent": true,
|
"transparent": true,
|
||||||
"center": true,
|
"center": true,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"dragDropEnabled": true,
|
"dragDropEnabled": true,
|
||||||
"decorations": true,
|
"decorations": true,
|
||||||
"windowEffects": {
|
"windowEffects": {
|
||||||
"effects": [
|
"effects": ["sidebar"],
|
||||||
"sidebar"
|
"state": "followsWindowActiveState",
|
||||||
],
|
"radius": 9
|
||||||
"state": "followsWindowActiveState",
|
}
|
||||||
"radius": 9
|
}
|
||||||
}
|
],
|
||||||
}
|
"security": {
|
||||||
],
|
"csp": {
|
||||||
"security": {
|
"default-src": "'self' customprotocol: asset:",
|
||||||
"csp": {
|
"connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* http://localhost:*",
|
||||||
"default-src": "'self' customprotocol: asset:",
|
"img-src": "'self' asset: http://asset.localhost http://127.0.0.1:* http://localhost:* blob: data:",
|
||||||
"connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* http://localhost:*",
|
"style-src": "'self' 'unsafe-inline'"
|
||||||
"img-src": "'self' asset: http://asset.localhost http://127.0.0.1:* http://localhost:* blob: data:",
|
},
|
||||||
"style-src": "'self' 'unsafe-inline'"
|
"assetProtocol": {
|
||||||
},
|
"enable": true,
|
||||||
"assetProtocol": {
|
"scope": ["$HOME/**", "/Volumes/**"]
|
||||||
"enable": true,
|
}
|
||||||
"scope": [
|
}
|
||||||
"$HOME/**",
|
},
|
||||||
"/Volumes/**"
|
"bundle": {
|
||||||
]
|
"active": true,
|
||||||
}
|
"targets": "all",
|
||||||
}
|
"publisher": "Spacedrive Technology Inc.",
|
||||||
},
|
"icon": [
|
||||||
"bundle": {
|
"icons/32x32.png",
|
||||||
"active": true,
|
"icons/128x128.png",
|
||||||
"targets": "all",
|
"icons/128x128@2x.png",
|
||||||
"publisher": "Spacedrive Technology Inc.",
|
"icons/icon.icns",
|
||||||
"icon": [
|
"icons/icon.ico"
|
||||||
"icons/32x32.png",
|
],
|
||||||
"icons/128x128.png",
|
|
||||||
"icons/128x128@2x.png",
|
"resources": {
|
||||||
"icons/icon.icns",
|
"gen/**/*": "./"
|
||||||
"icons/icon.ico"
|
},
|
||||||
],
|
"fileAssociations": [
|
||||||
"externalBin": [
|
{
|
||||||
"../../../target/release/sd-daemon"
|
"ext": ["memory"],
|
||||||
],
|
"name": "Spacedrive Memory",
|
||||||
"resources": {
|
"description": "Spacedrive Memory File",
|
||||||
"gen/**/*": "./"
|
"role": "Editor",
|
||||||
},
|
"mimeType": "application/x-spacedrive-memory"
|
||||||
"fileAssociations": [
|
}
|
||||||
{
|
],
|
||||||
"ext": [
|
"linux": {
|
||||||
"memory"
|
"deb": {
|
||||||
],
|
"depends": ["libc6", "libxdo3", "libwebkit2gtk-4.1-0", "libgtk-3-0"]
|
||||||
"name": "Spacedrive Memory",
|
}
|
||||||
"description": "Spacedrive Memory File",
|
},
|
||||||
"role": "Editor",
|
"macOS": {
|
||||||
"mimeType": "application/x-spacedrive-memory"
|
"minimumSystemVersion": "10.15",
|
||||||
}
|
"signingIdentity": "-",
|
||||||
],
|
"infoPlist": "Info.plist",
|
||||||
"linux": {
|
"frameworks": ["../../.deps/Spacedrive.framework"]
|
||||||
"deb": {
|
},
|
||||||
"depends": [
|
"windows": {
|
||||||
"libc6",
|
"webviewInstallMode": {
|
||||||
"libxdo3",
|
"type": "embedBootstrapper",
|
||||||
"libwebkit2gtk-4.1-0",
|
"silent": true
|
||||||
"libgtk-3-0"
|
}
|
||||||
]
|
}
|
||||||
}
|
},
|
||||||
},
|
"plugins": {}
|
||||||
"macOS": {
|
}
|
||||||
"minimumSystemVersion": "10.15",
|
|
||||||
"signingIdentity": "-",
|
|
||||||
"infoPlist": "Info.plist",
|
|
||||||
"frameworks": [
|
|
||||||
"../../.deps/Spacedrive.framework"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"windows": {
|
|
||||||
"webviewInstallMode": {
|
|
||||||
"type": "embedBootstrapper",
|
|
||||||
"silent": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"plugins": {}
|
|
||||||
}
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user