Skip to content

Commit

Permalink
Merge pull request #101 from tryphotino/debug
Browse files Browse the repository at this point in the history
Updated NuSpec to include Win-Arm64 and Mac-Arm64.
  • Loading branch information
MikeYeager authored Feb 3, 2023
2 parents f91e94d + 23f0d9a commit 66d7660
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Photino.Native/Photino.Native.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
<files>
<file src="x64/Photino.Native.dll" target="runtimes\win-x64\native\Photino.Native.dll" />
<file src="x64/WebView2Loader.dll" target="runtimes\win-x64\native\WebView2Loader.dll" />
<!-- Windows ARM64 not available in Azure Pipelines as of Sep 2022 -->
<!-- <file src="arm64/Photino.Native.dll" target="runtimes\win-arm64\native\Photino.Native.dll" /> -->
<!-- <file src="arm64/WebView2Loader.dll" target="runtimes\win-arm64\native\WebView2Loader.dll" /> -->
<file src="arm64/Photino.Native.dll" target="runtimes\win-arm64\native\Photino.Native.dll" />
<file src="arm64/WebView2Loader.dll" target="runtimes\win-arm64\native\WebView2Loader.dll" />
<file src="x64/Photino.Native.so" target="runtimes\linux-x64\native\Photino.Native.so" />
<file src="arm64/Photino.Native.so" target="runtimes\linux-arm64\native\Photino.Native.so" />
<file src="x64/Photino.Native.dylib" target="runtimes\osx-x64\native\Photino.Native.dylib" />
<!-- macOS ARM64 not available in Azure Pipelines as of Sep 2022 -->
<!-- <file src="arm64/Photino.Native.dylib" target="runtimes\osx-arm64\native\Photino.Native.dylib" /> -->
<file src="arm64/Photino.Native.dylib" target="runtimes\osx-arm64\native\Photino.Native.dylib" />
</files>
</package>

0 comments on commit 66d7660

Please sign in to comment.