Single quote space in path
parent
2517e84ba7
commit
88927e6045
|
|
@ -1366,7 +1366,7 @@ class SetupMac {
|
|||
});
|
||||
}
|
||||
}
|
||||
SetupMac.unityHubPath = '/Applications/Unity Hub.app/Contents/MacOS/Unity Hub';
|
||||
SetupMac.unityHubPath = `/Applications/'Unity Hub.app'/Contents/MacOS/'Unity Hub'`;
|
||||
exports.default = SetupMac;
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@ import { BuildParameters } from '..';
|
|||
import { getUnityChangeset } from 'unity-changeset';
|
||||
|
||||
class SetupMac {
|
||||
static unityHubPath = '/Applications/Unity Hub.app/Contents/MacOS/Unity Hub';
|
||||
static unityHubPath = `/Applications/'Unity Hub.app'/Contents/MacOS/'Unity Hub'`;
|
||||
|
||||
public static async setup(buildParameters: BuildParameters) {
|
||||
const unityEditorPath = `/Applications/Unity/Hub/Editor/${buildParameters.version}/Unity.app/Contents/MacOS/Unity`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue