mirror of
https://github.com/appium/appium.git
synced 2026-05-04 01:11:11 -05:00
App can be zip file or directory #149
This commit is contained in:
@@ -45,7 +45,6 @@ end
|
||||
def absolute_app_path
|
||||
file = File.join(File.dirname(__FILE__), APP_PATH)
|
||||
raise "App doesn't exist #{file}" unless File.exist? file
|
||||
raise "App must be a directory #{file}" unless File.directory? file
|
||||
file
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user