Skip to content

Commit

Permalink
- обеспечена совместимость с Install-Package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-s-betke committed Aug 9, 2016
1 parent 441fe55 commit 9da8287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ $exitCode = Start-ChocolateyProcessAsAdmin `
-noSleep `
;

Install-BinFile `
#Install-BinFile
Generate-BinFile `
-name 'signcodepwd' `
-path ( Join-Path -Path $toolsDir -ChildPath 'signcodepwd.cmd' ) `
;
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ $exitCode = Start-ChocolateyProcessAsAdmin `
-noSleep `
;

Uninstall-BinFile `
#Uninstall-BinFile
Remove-BinFile `
-name 'signcodepwd' `
-path ( Join-Path -Path $toolsDir -ChildPath 'signcodepwd.cmd' ) `
;
Expand Down

0 comments on commit 9da8287

Please sign in to comment.