From 624f1eef2c58763530c65ed778ab8e7a467e51f3 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 17 Jul 2025 10:17:33 +0100 Subject: [PATCH] Fix linux app name --- frontend/src-tauri/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index b12c4b1fd..532c26c58 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "app" +name = "stirling-pdf" version = "0.1.0" -description = "A Tauri App" -authors = ["you"] +description = "Stirling-PDF Desktop Application" +authors = ["Stirling-PDF Contributors"] license = "" repository = "" edition = "2021"