Skip to content

Commit

Permalink
Merge pull request #45 from neilcsmith-net/flatlaf-macos
Browse files Browse the repository at this point in the history
Add FlatLaf to the default list of JARs with macOS natives.
  • Loading branch information
neilcsmith-net authored Jan 25, 2024
2 parents 1b18752 + 63a1999 commit 443b611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class MacOS {

private static final String DEFAULT_BIN_GLOB = "{*.dylib,*.jnilib,**/nativeexecution/MacOSX-*/*,Contents/Home/bin/*,Contents/Home/lib/jspawnhelper}";
private static final String DEFAULT_JAR_BIN_GLOB = "{jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar}";
private static final String DEFAULT_JAR_BIN_GLOB = "{flatlaf*.jar,jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar}";

static final ResourceBundle MESSAGES
= ResourceBundle.getBundle(PkgPackager.class.getPackageName() + ".Messages");
Expand Down

0 comments on commit 443b611

Please sign in to comment.