We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3ceab commit 12c103dCopy full SHA for 12c103d
fastlane/util/tauri.rb
@@ -8,7 +8,7 @@ def self.build(aab: true, apk: true, targets: [], features: [])
8
output_args << "--target"
9
output_args << target
10
}
11
- unless features.empty? do
+ unless features.empty?
12
output_args << "--features"
13
output_args << features.join(",")
14
end
0 commit comments