cgranade / posh-tex

PowerShell utilities for working with TeX and friends.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Missing dependency on Microsoft.PowerShell.Archive #3

Open cgranade opened 7 years ago

cgranade commented 7 years ago

The cmdlets Compress-Archive and Expand-Archive are not available by default on PowerShell Core (macOS / OS X and Linux). These cmdlets are available, however, from the PowerShell Gallery as the module Microsoft.PowerShell.Archive, such that we should be able to mark that module as a dependency of PoShTeX to resolve the problem.

cgranade commented 7 years ago

Upon examination, it seems as though this issue is at least temporarily blocked by https://github.com/PowerShell/Microsoft.PowerShell.Archive/issues/26. We could probably work around it by using a native zip/unzip command if they are available.