How to embed additional resources files according to platforms? #9224
-
Let's say I have separate external library binaries for different platforms. MacOS will not need the Win library. How do I include in the Tauri installation build only the libraries for the targeted platform? I can't tell from the docs: https://tauri.app/v1/guides/building/resources/ Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can have platform specific configs: https://tauri.app/v1/api/config#platform-specific-configuration |
Beta Was this translation helpful? Give feedback.
-
Hi. |
Beta Was this translation helpful? Give feedback.
You can have platform specific configs: https://tauri.app/v1/api/config#platform-specific-configuration