Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from sbtqa/fix_set_driver_executable_for_linux
Browse files Browse the repository at this point in the history
fix driver is executable now
  • Loading branch information
PavelAlennikov authored Feb 22, 2018
2 parents 6f72b76 + 03c3a71 commit 0b2b4fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/github/bonigarcia/wdm/Downloader.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ private File download(URL url, File targetFile, String export)
} else if (targetFile.getName().toLowerCase().endsWith(".msi")) {
return extractMsi(targetFile);
} else {
setFileExecutable(targetFile);
return targetFile;
}
}
Expand Down

0 comments on commit 0b2b4fe

Please sign in to comment.