do not show info icon; do not retain window position (fix for #179); update NuGet packages

This commit is contained in:
Paddy Xu
2018-02-12 19:08:00 +02:00
parent 4e356f9e77
commit 4133d2148c
12 changed files with 25 additions and 26 deletions

View File

@@ -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 *.exe,*.dll | %{('"{0}"' -f $_.FullName)}
$files = gci '..\Build\Package\*' -Recurse -Include QuickLook*.exe,QuickLook*.dll | %{('"{0}"' -f $_.FullName)}
$timestampUrl = 'http://time.certum.pl/'
.$signExe sign /a /v /fd sha256 /t $timestampUrl $files