Skip to content
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
merged 10 commits into from
May 1, 2019

Commits on Apr 29, 2019

  1. 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
    r15ch13 committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    7ded43d View commit details
    Browse the repository at this point in the history
  2. refactor(core): Rename aria2 helper functions

    aria2_path > Get-Aria2Path
    aria2_installed > Test-Aria2Installed
    aria2_enabled > Test-Aria2Enabled
    r15ch13 committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    786f08f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2f3448 View commit details
    Browse the repository at this point in the history
  4. 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
    r15ch13 committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    6368823 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    58ecac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b69c9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec8793 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96db422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bc8424 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    545a71f View commit details
    Browse the repository at this point in the history