Commit 5cf6ac72 authored by Vadim Vlasov's avatar Vadim Vlasov

Update lib/fastlane/plugin/furylion/actions/unity.rb, lib/fastlane/plugin/furylion/version.rb files

parent 66707aae
...@@ -55,7 +55,7 @@ module Fastlane ...@@ -55,7 +55,7 @@ module Fastlane
env_name: "UNITY_HUB_PATH", env_name: "UNITY_HUB_PATH",
description: "Path to Unity Hub Editors dir", description: "Path to Unity Hub Editors dir",
optional: true, optional: true,
default_value: "/Volumes/Data/Unity"), default_value: "/Volumes/DataSSD/Unity"),
FastlaneCore::ConfigItem.new(key: :project_path, FastlaneCore::ConfigItem.new(key: :project_path,
env_name: "UNITY_PROJECT_PATH", env_name: "UNITY_PROJECT_PATH",
description: "Path to Unity project", description: "Path to Unity project",
......
module Fastlane module Fastlane
module Furylion module Furylion
VERSION = "1.1.9" VERSION = "1.2.0"
end 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