Skip to content

Commit

Permalink
refractor
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Oct 18, 2024
1 parent d65b9c9 commit dab08db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inject/injector.mts
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export const smartInject = async (
});
break;
case "darwin":
openProcess(`open -a "${join(appDir, "..", "..", "..")}"`);
openProcess(`open -a "${processName}.app"`);
break;
}
}
Expand Down

0 comments on commit dab08db

Please sign in to comment.