Skip to content

Commit

Permalink
Add quotes back
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletXF committed Jul 27, 2023
1 parent de94250 commit 53c5312
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
21 changes: 2 additions & 19 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/model/platform-setup/setup-mac.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { restoreCache, saveCache } from '@actions/cache';
import fs from 'node:fs';

class SetupMac {
static unityHubBasePath = `/Applications/Unity Hub.app`;
static unityHubExecPath = `${SetupMac.unityHubBasePath}/Contents/MacOS/Unity Hub`;
static unityHubBasePath = `/Applications/"Unity Hub.app"`;
static unityHubExecPath = `${SetupMac.unityHubBasePath}/Contents/MacOS/"Unity Hub"`;

public static async setup(buildParameters: BuildParameters, actionFolder: string) {
const unityEditorPath = `/Applications/Unity/Hub/Editor/${buildParameters.editorVersion}/Unity.app/Contents/MacOS/Unity`;
Expand Down

0 comments on commit 53c5312

Please sign in to comment.