Update symlink path for Spacedrive.framework in tauri configuration

- Changed the path for Spacedrive.framework to include the "Frameworks" directory, ensuring alignment with the expected structure for macOS native dependencies.
This commit is contained in:
Jamie Pine 2025-12-10 09:07:01 -08:00
parent 3aa608fbfc
commit 6e2b45d10b

View File

@ -78,7 +78,7 @@
"minimumSystemVersion": "10.15",
"signingIdentity": "-",
"infoPlist": "Info.plist",
"frameworks": ["../apps/.deps/Spacedrive.framework"]
"frameworks": ["../apps/.deps/Frameworks/Spacedrive.framework"]
},
"windows": {
"webviewInstallMode": {