Skip to content

Commit 98d5959

Browse files
do leftover renames
1 parent 50187a0 commit 98d5959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

desktop/bundle/src/win.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::path::{Path, PathBuf};
55
use crate::common::*;
66

77
const PACKAGE: &str = "graphite-desktop-platform-win";
8-
const EXECUTABLE: &str = "graphite-editor.exe";
8+
const EXECUTABLE: &str = "graphite.exe";
99

1010
pub fn main() -> Result<(), Box<dyn Error>> {
1111
let app_bin = build_bin(PACKAGE, None)?;

desktop/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[derive(clap::Parser)]
2-
#[clap(name = "graphite-editor", version)]
2+
#[clap(name = "graphite", version)]
33
pub struct Cli {
44
#[arg(help = "Files to open on startup")]
55
pub files: Vec<std::path::PathBuf>,

0 commit comments

Comments
 (0)