Skip to content

Commit

Permalink
Merge pull request #12 from IT-Service/hotfix/1.0.2
Browse files Browse the repository at this point in the history
- обеспечена совместимость с `Install-Package` (#9)
  • Loading branch information
sergey-s-betke authored Aug 9, 2016
2 parents c08a2fc + 9da8287 commit 222754d
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 222754d

Please sign in to comment.