From 15e8a1029a1a65546009b0e6eb43fd1b1667b7ef Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:50:13 +0400 Subject: [PATCH] chore: rename "Donut Browser" to "Donut" --- src-tauri/Info.plist | 12 ++++++------ src-tauri/donutbrowser.desktop | 6 +++--- src-tauri/tauri.conf.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src-tauri/Info.plist b/src-tauri/Info.plist index d9609e3..5bdffd5 100644 --- a/src-tauri/Info.plist +++ b/src-tauri/Info.plist @@ -3,15 +3,15 @@ NSCameraUsageDescription - Donut Browser needs camera access to enable camera functionality in web browsers. Each website will still ask for your permission individually. + Donut needs camera access to enable camera functionality in web browsers. Each website will still ask for your permission individually. NSMicrophoneUsageDescription - Donut Browser needs microphone access to enable microphone functionality in web browsers. Each website will still ask for your permission individually. + Donut needs microphone access to enable microphone functionality in web browsers. Each website will still ask for your permission individually. NSLocalNetworkUsageDescription - Donut Browser has proxy functionality that requires local network access. You can deny this functionality if you don't plan on setting proxies for browser profiles. + Donut has proxy functionality that requires local network access. You can deny this functionality if you don't plan on setting proxies for browser profiles. CFBundleDisplayName - Donut Browser + Donut CFBundleName - Donut Browser + Donut CFBundleIdentifier com.donutbrowser CFBundleURLName @@ -25,7 +25,7 @@ LSApplicationCategoryType public.app-category.productivity NSHumanReadableCopyright - Copyright © 2025 Donut Browser + Copyright © 2025 Donut CFBundleDocumentTypes diff --git a/src-tauri/donutbrowser.desktop b/src-tauri/donutbrowser.desktop index 9cf85b9..86f1088 100644 --- a/src-tauri/donutbrowser.desktop +++ b/src-tauri/donutbrowser.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Version=1.0 Type=Application -Name=Donut Browser -Name[en]=Donut Browser +Name=Donut +Name[en]=Donut GenericName=Web Browser -X-GNOME-FullName=Donut Browser +X-GNOME-FullName=Donut Comment=Simple Yet Powerful Anti-Detect Browser Exec=donutbrowser %u Icon=donutbrowser diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 06c1687..af7521a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "$schema": "https://schema.tauri.app/config/2", - "productName": "Donut Browser", + "productName": "Donut", "version": "0.12.3", "identifier": "com.donutbrowser", "build": {