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

feat(decompress): Support 'INNOSETUP_USE_INNOEXTRACT' config and -UseInnoextract switch #96

Merged
merged 23 commits into from
Feb 28, 2021

Commits on Dec 2, 2020

  1. feat(decompress): Support 'INNOSETUP_USE_INNOEXTRACT' config

    This will be harder as innoextract do not extract the same was as inno.
    
    different architectures are not handled, ....
    Ash258 committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1d767e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    02e6f0a View commit details
    Browse the repository at this point in the history
  2. switch

    Ash258 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    0b78f5e View commit details
    Browse the repository at this point in the history
  3. dep resolve

    Ash258 committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    ff4fbf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    bb0fef0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Configuration menu
    Copy the full SHA
    96ce92f View commit details
    Browse the repository at this point in the history
  2. completion

    Ash258 committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    92dc74f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. message

    Ash258 committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    719d075 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Configuration menu
    Copy the full SHA
    d0e7107 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    6d1e8f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    ba2dfa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    6b5b0de View commit details
    Browse the repository at this point in the history
  2. ch [ci skip]

    Ash258 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b83fff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9909d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    007fccf View commit details
    Browse the repository at this point in the history
  5. double quote

    Ash258 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    aec32f4 View commit details
    Browse the repository at this point in the history
  6. semi working solution

    Ash258 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1cf6dd7 View commit details
    Browse the repository at this point in the history
  7. Implemented?

    Ash258 committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ae4d738 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. trim \,/ from $DestinationPath

    Ash258 committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    48cb5db View commit details
    Browse the repository at this point in the history
  2. simple pass

    Ash258 committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ec4245b View commit details
    Browse the repository at this point in the history
  3. extraction

    Ash258 committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    faa0836 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. add default English

    Ash258 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    157addd View commit details
    Browse the repository at this point in the history
  2. remove log; escape parameter

    Ash258 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    ac9e6ff View commit details
    Browse the repository at this point in the history