diff --git a/README.md b/README.md index 24f56e77..fa72a9a8 100755 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ CyberChef is built to support - Google Chrome 50+ - Mozilla Firefox 38+ + - MacOS (Desktop App) + - Windows (Desktop App) + - Linux (Desktop App) ## Node.js support diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 725b0643..7756b913 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -29,7 +29,7 @@ "icons/icon.icns", "icons/icon.ico" ], - "identifier": "com.tauri.dev", + "identifier": "com.cyberchef.dev", "longDescription": "", "macOS": { "entitlements": null,