tauri.macos.conf.json 90 B

1234567
  1. {
  2. "bundle": {
  3. "macOS": {
  4. "frameworks": ["pdfium/libpdfium.dylib"]
  5. }
  6. }
  7. }