Skip to content

Commit 2582400

Browse files
Fix bundle name
This name gets used as the display name of the app on mac os, shorter name looks better and is more consistent.
1 parent f9fb8fe commit 2582400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/bundle/src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::fs;
33
use std::path::{Path, PathBuf};
44
use std::process::{Command, Stdio};
55

6-
pub(crate) const APP_NAME: &str = "Graphite Editor";
6+
pub(crate) const APP_NAME: &str = "Graphite";
77

88
fn profile_name() -> &'static str {
99
let mut profile = env!("CARGO_PROFILE");

0 commit comments

Comments
 (0)