Desktop: Update metadata for compiled application binaries (#3453)

* change bin names

* set win product name

* Update Windows metadata

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Timon
2025-12-08 01:57:55 +00:00
committed by GitHub
co-authored by Keavon Chambers
parent bba771bd08
commit 68a9bbced0
8 changed files with 43 additions and 13 deletions
+5 -1
View File
@@ -9,7 +9,11 @@ edition = "2024"
rust-version = "1.87"
[[bin]]
name = "graphite-desktop-platform-mac-helper"
name = "graphite"
path = "src/main.rs"
[[bin]]
name = "helper"
path = "src/helper.rs"
[dependencies]