Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Aug 14, 2024
1 parent 15ce295 commit c535618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unity-hub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async function execUnityHub(args: string[]): Promise<string> {
});
break;
case 'linux': // xvfb-run --auto-servernum "~/Unity Hub/UnityHub.AppImage" --headless help
core.info(`[command]xvfb-run --auto-servernum "${hubPath}" --headless ${args.join(' ')}`);
core.info(`[command]xvfb-run --auto-servernum ${hubPath} --headless ${args.join(' ')}`);
await exec.exec('xvfb-run', ['--auto-servernum', hubPath, '--headless', ...args], {
listeners: {
stdline: (data) => {
Expand Down

0 comments on commit c535618

Please sign in to comment.