diff --git a/jetsocat/nuget/Devolutions.Jetsocat.nuspec b/jetsocat/nuget/Devolutions.Jetsocat.nuspec index 4f1dfa4ed..65062e312 100644 --- a/jetsocat/nuget/Devolutions.Jetsocat.nuspec +++ b/jetsocat/nuget/Devolutions.Jetsocat.nuspec @@ -9,6 +9,7 @@ + diff --git a/jetsocat/nuget/Devolutions.Jetsocat.targets b/jetsocat/nuget/Devolutions.Jetsocat.targets index d542f3294..69b93b23c 100644 --- a/jetsocat/nuget/Devolutions.Jetsocat.targets +++ b/jetsocat/nuget/Devolutions.Jetsocat.targets @@ -5,6 +5,12 @@ Always + + + runtimes\win-arm64\native\%(Filename)%(Extension) + Always + + %(Filename) diff --git a/jetsocat/nuget/package.ps1 b/jetsocat/nuget/package.ps1 index f8f3de105..a02834dbf 100644 --- a/jetsocat/nuget/package.ps1 +++ b/jetsocat/nuget/package.ps1 @@ -24,7 +24,7 @@ function Package-Jetsocat { foreach ($Platform in $Platforms) { $Architectures = switch ($Platform) { - 'windows' { ('x86_64') } + 'windows' { ('x86_64', 'arm64') } 'macos' { ('x86_64', 'arm64', 'universal') } }