#Struggling to add dynamic libraries to Tauri

4 messages · Page 1 of 1 (latest)

austere rapids
#

Ok so i got windows DLL's to work by copying them to the src-tauri root and adding them as resources. Is there a way to conditionally do resources based on platform?

#

nevermind, i figured that out, so now i'm just down to MacOS not finding the framework

#

so for mac, it looks like i need to be able to give tauri an rpath or that gets shipped with the app?

#

so i know theres the frameworks property in tauri config, but i've never gotten that to work... I see it copies the framework to the application folder on build, but neither in production nor in dev, is the application able to reference that framework file properly