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:
Jamie Pine 2025-12-10 19:18:52 -08:00
parent 522b213f64
commit 25e86e754d

View File

@ -27,9 +27,7 @@
"dragDropEnabled": true,
"decorations": true,
"windowEffects": {
"effects": [
"sidebar"
],
"effects": ["sidebar"],
"state": "followsWindowActiveState",
"radius": 9
}
@ -44,10 +42,7 @@
},
"assetProtocol": {
"enable": true,
"scope": [
"$HOME/**",
"/Volumes/**"
]
"scope": ["$HOME/**", "/Volumes/**"]
}
}
},
@ -62,17 +57,13 @@
"icons/icon.icns",
"icons/icon.ico"
],
"externalBin": [
"../../../target/release/sd-daemon"
],
"resources": {
"gen/**/*": "./"
},
"fileAssociations": [
{
"ext": [
"memory"
],
"ext": ["memory"],
"name": "Spacedrive Memory",
"description": "Spacedrive Memory File",
"role": "Editor",
@ -81,21 +72,14 @@
],
"linux": {
"deb": {
"depends": [
"libc6",
"libxdo3",
"libwebkit2gtk-4.1-0",
"libgtk-3-0"
]
"depends": ["libc6", "libxdo3", "libwebkit2gtk-4.1-0", "libgtk-3-0"]
}
},
"macOS": {
"minimumSystemVersion": "10.15",
"signingIdentity": "-",
"infoPlist": "Info.plist",
"frameworks": [
"../../.deps/Spacedrive.framework"
]
"frameworks": ["../../.deps/Spacedrive.framework"]
},
"windows": {
"webviewInstallMode": {