Merge main into system-file-chooser

This commit is contained in:
Karl Tauber
2025-01-18 17:53:04 +01:00
22 changed files with 243 additions and 82 deletions

View File

@@ -91,7 +91,7 @@ tasks {
copy {
from( linkedFile )
into( nativesDir )
rename( "flatlaf-natives-windows.dll", libraryName )
rename( linkedFile.get().asFile.name, libraryName )
}
/*dump