Skip to content

Commit

Permalink
Fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Mar 7, 2021
1 parent 38293e1 commit b2ebb8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stage0.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ Get-AppVeyorArtifacts -Account "nefarius" -Project "DsHidMini" -Path $Path -Toke

# List of files to sign
$files = "`".\artifacts\bin\*.exe`" " +
"`".\artifacts\bin\x64\*.cat`" " +
"`".\artifacts\bin\x64\*.dll`" " +
"`".\artifacts\bin\x86\*.cat`" " +
"`".\artifacts\bin\x86\*.dll`" "
"`".\artifacts\bin\x64\dshidmini\*.cat`" " +
"`".\artifacts\bin\x64\dshidmini\*.dll`" " +
"`".\artifacts\bin\x86\dshidmini\*.cat`" " +
"`".\artifacts\bin\x86\dshidmini\*.dll`" "

if ($NoSigning -eq $false) {
# remove existing certificate(s)
Expand Down

0 comments on commit b2ebb8b

Please sign in to comment.