lib/calabash-android/env.rb in calabash-android-0.4.16 vs lib/calabash-android/env.rb in calabash-android-0.4.18
- old
+ new
@@ -76,9 +76,13 @@
def self.path_if_jdk(path)
path if path && File.exists?(File.join(path, 'bin', jarsigner_executable))
end
+ def self.zipalign_path
+ %Q("#{android_home_path}/tools/zipalign")
+ end
+
def self.jarsigner_executable
is_windows? ? 'jarsigner.exe' : 'jarsigner'
end
def self.java_executable
\ No newline at end of file