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
parent bba771bd08
commit 68a9bbced0
8 changed files with 43 additions and 13 deletions

View File

@@ -2,10 +2,8 @@ use std::error::Error;
use crate::common::*;
const PACKAGE: &str = "graphite-desktop-platform-linux";
pub fn main() -> Result<(), Box<dyn Error>> {
let app_bin = build_bin(PACKAGE, None)?;
let app_bin = build_bin("graphite-desktop-platform-linux", None)?;
// TODO: Implement bundling for linux