Commit 061b454e authored by Vadim Vlasov's avatar Vadim Vlasov

Update unity.rb

parent 06e549bf
......@@ -74,7 +74,7 @@ module Fastlane
env_name: "UNITY_LOG_FILE",
description: "Log File",
optional: true,
default_value: "/dev/stdout"),
default_value: "-"),
FastlaneCore::ConfigItem.new(key: :quit_timeout,
env_name: "UNITY_QUIT_TIMEOUT",
description: "Quit Timeout",
......@@ -88,7 +88,7 @@ module Fastlane
end
def self.is_supported?(platform)
[:ios, :android, :windows, :macos].include?(platform)
[:ios, :android, :windows, :macos, :webgl].include?(platform)
end
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment