Windows on ARM:

- changed DLL filename from aarch64 to arm64
- publish ARM DLL to Maven Central
This commit is contained in:
Karl Tauber
2023-08-05 16:11:46 +02:00
parent 502b18fa86
commit 52bae9dfb0
4 changed files with 10 additions and 7 deletions

View File

@@ -129,6 +129,7 @@ flatlafPublish {
nativeArtifacts = listOf(
NativeArtifact( "${natives}/flatlaf-windows-x86.dll", "windows-x86", "dll" ),
NativeArtifact( "${natives}/flatlaf-windows-x86_64.dll", "windows-x86_64", "dll" ),
NativeArtifact( "${natives}/flatlaf-windows-arm64.dll", "windows-arm64", "dll" ),
NativeArtifact( "${natives}/libflatlaf-linux-x86_64.so", "linux-x86_64", "so" ),
)
}