Skip to content

Commit

Permalink
HOLLOW_KNIGHT_NAMES: hollow_knight.x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed Jan 29, 2024
1 parent 557c81e commit 40a05e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hollow_knight_memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ use crate::file;

// --------------------------------------------------------

static HOLLOW_KNIGHT_NAMES: [&str; 3] = [
static HOLLOW_KNIGHT_NAMES: [&str; 4] = [
"hollow_knight.exe", // Windows
"hollow_knight.x86_64", // Linux
"Hollow Knight", // Mac
"hollow_knight", // Mac
];
Expand Down

0 comments on commit 40a05e2

Please sign in to comment.