Skip to content

Commit

Permalink
Update HaxeInstallHelper.as
Browse files Browse the repository at this point in the history
Something still halts to prompt, change one line for a test #111
  • Loading branch information
rat-moonshine authored Aug 14, 2023
1 parent 6c18908 commit 86bd833
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ package actionScripts.utils
"haxelib install openfl --always --quiet",
"haxelib install actuate --always --quiet",
"haxelib install lime --always --quiet",
"haxelib run openfl setup --always --quiet"
"haxelib run openfl setup --quiet"
];
if (HelperConstants.IS_MACOS)
{
Expand Down Expand Up @@ -269,4 +269,4 @@ package actionScripts.utils
trace("stdOut: "+ data);
}
}
}
}

0 comments on commit 86bd833

Please sign in to comment.