update package.yml, CHANGELOG, and deps

This commit is contained in:
GyulyVGC
2025-10-20 22:42:11 +02:00
parent 5b7205d7ce
commit 8e8632c5ba
4 changed files with 18 additions and 76 deletions

View File

@@ -61,7 +61,7 @@ jobs:
{
"i386" { "Lib" }
"amd64" { "Lib\x64" }
"arm64" { "Lib\ARM64" }
"arm64" { "Lib\ARM64" }
default { throw "$ARCH is not supported!" }
}
Add-Content -Path "$env:GITHUB_ENV" -Value "LIB=$env:TEMP\npcap-sdk\$LibPath"
@@ -339,9 +339,9 @@ jobs:
fail-fast: true
matrix:
include:
- arch: 32-bit
- arch: x86
target: i686-pc-windows-msvc
- arch: 64-bit
- arch: x64
target: x86_64-pc-windows-msvc
- arch: arm64
target: aarch64-pc-windows-msvc