We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fb8fe commit 2582400Copy full SHA for 2582400
desktop/bundle/src/common.rs
@@ -3,7 +3,7 @@ use std::fs;
3
use std::path::{Path, PathBuf};
4
use std::process::{Command, Stdio};
5
6
-pub(crate) const APP_NAME: &str = "Graphite Editor";
+pub(crate) const APP_NAME: &str = "Graphite";
7
8
fn profile_name() -> &'static str {
9
let mut profile = env!("CARGO_PROFILE");
0 commit comments