Skip to content

Commit db728a3

Browse files
authored
update pdb paths (#14)
1 parent fd8614c commit db728a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/ms_release.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Function Package-PDBs(${SRC}, ${DEST}) {
6666
}
6767

6868
Function Package-StaticPDBs(${SRC}, ${DEST}) {
69-
Copy-Item "${SRC}\libcbor\src\cbor.dir\Release\cbor.pdb" `
69+
Copy-Item "${SRC}\libcbor\src\Release\cbor.pdb" `
7070
"${DEST}\cbor.pdb"
71-
Copy-Item "${SRC}\src\fido2.dir\Release\fido2.pdb" `
71+
Copy-Item "${SRC}\src\Release\fido2_static.pdb" `
7272
"${DEST}\fido2.pdb"
7373
}
7474

0 commit comments

Comments
 (0)