From df6668fb7c43d0a799cf8ad425dcb0795d583086 Mon Sep 17 00:00:00 2001 From: Martin Patino Date: Fri, 9 Feb 2024 10:39:23 -0700 Subject: [PATCH] chore: update app readme --- README.md | 3 +++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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,