diff --git a/bun.lockb b/bun.lockb index d29945f..6c448d0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d9c5b6a..d1452a4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -23,13 +23,18 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": ["deb", "rpm", "nsis", "msi", "app", "dmg"], "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "macOS": { + "signingIdentity": null, + "providerShortName": null, + "entitlements": null + } } }