mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
- Updated the package-and-publish.yml workflow to utilize Tauri's native bundling for TDLib on macOS, removing the need for post-build scripts. - Modified build.rs to copy TDLib and its dependencies to the libraries/ directory, ensuring they are included in the app bundle. - Updated tauri.conf.json to reference the newly bundled TDLib and its dependencies. - Added entries to .gitignore for the new libraries directory.