-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor function names and fix installing 7zip locally if already globally available #3416
Merged
Commits on Apr 29, 2019
-
refactor(decompress): Change function name casing
7zip_path -> Get-7zipPath 7zip_installed -> Test-7zipInstalled Expand-7ZipArchive -> Expand-7zipArchive Test-7ZipRequirement -> Test-7zipRequirement Expand-MSIArchive -> Expand-MsiArchive Test-LessMSIRequirement -> Test-LessmsiRequirement
Configuration menu - View commit details
-
Copy full SHA for 7ded43d - Browse repository at this point
Copy the full SHA 7ded43dView commit details -
refactor(core): Rename aria2 helper functions
aria2_path > Get-Aria2Path aria2_installed > Test-Aria2Installed aria2_enabled > Test-Aria2Enabled
Configuration menu - View commit details
-
Copy full SHA for 786f08f - Browse repository at this point
Copy the full SHA 786f08fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f3448 - Browse repository at this point
Copy the full SHA b2f3448View commit details -
fix(install): Check if 7zip/lessmsi/innounp is installed before addin…
…g dependency Prevents installing 7zip/lessmsi/innounp locally if they are already available globally
Configuration menu - View commit details
-
Copy full SHA for 6368823 - Browse repository at this point
Copy the full SHA 6368823View commit details
Commits on Apr 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 58ecac2 - Browse repository at this point
Copy the full SHA 58ecac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b69c9a5 - Browse repository at this point
Copy the full SHA b69c9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec8793 - Browse repository at this point
Copy the full SHA bec8793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96db422 - Browse repository at this point
Copy the full SHA 96db422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc8424 - Browse repository at this point
Copy the full SHA 6bc8424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 545a71f - Browse repository at this point
Copy the full SHA 545a71fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.