More backslashes
							parent
							
								
									50a3156700
								
							
						
					
					
						commit
						0b75d07586
					
				|  | @ -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