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

Dev #16

Merged
merged 4 commits into from
Aug 30, 2023
Merged

Dev #16

merged 4 commits into from
Aug 30, 2023

Commits on Aug 18, 2023

  1. Minor refactor

    jjcarrier committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5d438dd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Added post-install command handler

    When restoring packages from "winget.packages.json" a "PostInstall"
    entry may be specified which allows for custom post-installation
    execution of PowerShell commands/scripts.
    
    This change also introduces a schema file for "winget.packages.json".
    
    Closes #10
    jjcarrier committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1d877a0 View commit details
    Browse the repository at this point in the history
  2. Fixed issue when no packages selected

    When no packages are selected during winget-restore
    the resulting object would be a null-object. Force the
    object to an array to ensure the count member is
    always available.
    jjcarrier committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    01a570d View commit details
    Browse the repository at this point in the history
  3. Updated psd1

    jjcarrier committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7361b75 View commit details
    Browse the repository at this point in the history