tauri.macos.conf.json 80 B

1234567
  1. {
  2. "bundle": {
  3. "macOS": {
  4. "minimumSystemVersion": "13.0"
  5. }
  6. }
  7. }