Skip to content

Commit

Permalink
Partially revert "update scripts"
Browse files Browse the repository at this point in the history
This reverts commit a5320b2.
  • Loading branch information
xupefei committed Nov 5, 2017
1 parent ff7d9c0 commit 31279b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/sign-package.ps1
@@ -1,7 +1,7 @@
if(-not (Test-Path env:CI))
{
$signExe = 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x86\signtool.exe'
$files = gci '..\Build\Package\*' -Recurse -Include QuickLook*.exe,QuickLook*.dll | %{('"{0}"' -f $_.FullName)}
$files = gci '..\Build\Package\*' -Recurse -Include *.exe,*.dll | %{('"{0}"' -f $_.FullName)}
$timestampUrl = 'http://time.certum.pl/'

.$signExe sign /a /v /fd sha256 /t $timestampUrl $files
Expand Down

0 comments on commit 31279b1

Please sign in to comment.