From 070b9c8396b44ee2963d460964dac56d6732a6b1 Mon Sep 17 00:00:00 2001 From: abose Date: Fri, 13 Sep 2024 18:00:58 +0530 Subject: [PATCH] fix: long package names in windows open with options --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4e55b508..c14efd41 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phoenix-code-ide" version = "3.9.4" -description = "Phoenix is a modern open-source IDE for the web, built for the browser." +description = "Phoenix Code" authors = ["arun@core.ai, charly@core.ai"] license = "GNU AGPL 3.0" repository = "https://github.com/phcode-dev/phoenix-desktop"