From dc106c01591348cacf36c9c623faa402011d742f Mon Sep 17 00:00:00 2001 From: devsena Date: Tue, 15 Aug 2023 07:34:21 +0530 Subject: [PATCH] Updated parameter to automate installation #111 --- .../src/actionScripts/utils/HaxeInstallHelper.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MoonshineSDKInstaller/src/actionScripts/utils/HaxeInstallHelper.as b/MoonshineSDKInstaller/src/actionScripts/utils/HaxeInstallHelper.as index 7a8b088..e183d95 100644 --- a/MoonshineSDKInstaller/src/actionScripts/utils/HaxeInstallHelper.as +++ b/MoonshineSDKInstaller/src/actionScripts/utils/HaxeInstallHelper.as @@ -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 -y" ]; if (HelperConstants.IS_MACOS) {