Skip to content

Commit

Permalink
Updated Linux launch path
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Jul 11, 2023
1 parent e855966 commit 86115a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl InnerState {
let mut path = self.yarg_folder.join(profile).join(version_id);
path = match get_os().as_str() {
"windows" => path.join("YARG.exe"),
"linux" => path.join("YARG"),
"linux" => path.join("YARG.x86_64"),
"macos" => path
.join("YARG.app")
.join("Contents")
Expand Down

0 comments on commit 86115a0

Please sign in to comment.