Skip to content

Commit 8468ee7

Browse files
committed
fix(unity_process): createProject() now sets the right option
1 parent 89913b1 commit 8468ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unity_process.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class UnityProcess {
132132
* Create an empty project at the given path.
133133
*/
134134
public createProject(projectPath: string): this {
135-
this.processOptions.projectPath = projectPath;
135+
this.processOptions.createProject = projectPath;
136136

137137
return this;
138138
}

0 commit comments

Comments
 (0)