Skip to content

Commit

Permalink
[Regression]: Rename extract_inno to unpack_inno
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Apr 28, 2019
1 parent c7033e1 commit 1268d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/decompress.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function extract_msi($path, $to, $removal) {
Expand-MSIArchive -Path $path -DestinationPath $to -Removal:$removal
}

function extract_inno($path, $to, $removal) {
function unpack_inno($path, $to, $removal) {
Show-DeprecationMessage $MyInvocation 'Expand-InnoArchive'
Expand-InnoArchive -Path $path -DestinationPath $to -Removal:$removal
}
Expand Down

0 comments on commit 1268d74

Please sign in to comment.