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 50187a0 commit 98d5959Copy full SHA for 98d5959
desktop/bundle/src/win.rs
@@ -5,7 +5,7 @@ use std::path::{Path, PathBuf};
5
use crate::common::*;
6
7
const PACKAGE: &str = "graphite-desktop-platform-win";
8
-const EXECUTABLE: &str = "graphite-editor.exe";
+const EXECUTABLE: &str = "graphite.exe";
9
10
pub fn main() -> Result<(), Box<dyn Error>> {
11
let app_bin = build_bin(PACKAGE, None)?;
desktop/src/cli.rs
@@ -1,5 +1,5 @@
1
#[derive(clap::Parser)]
2
-#[clap(name = "graphite-editor", version)]
+#[clap(name = "graphite", version)]
3
pub struct Cli {
4
#[arg(help = "Files to open on startup")]
pub files: Vec<std::path::PathBuf>,
0 commit comments