mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
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:
parent
3aa608fbfc
commit
6e2b45d10b
@ -78,7 +78,7 @@
|
||||
"minimumSystemVersion": "10.15",
|
||||
"signingIdentity": "-",
|
||||
"infoPlist": "Info.plist",
|
||||
"frameworks": ["../apps/.deps/Spacedrive.framework"]
|
||||
"frameworks": ["../apps/.deps/Frameworks/Spacedrive.framework"]
|
||||
},
|
||||
"windows": {
|
||||
"webviewInstallMode": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user