diff --git a/pom.xml b/pom.xml
index 7f886ae..b377ccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,47 +134,47 @@
true
-
- bundling-for-windows
- package
-
- package
-
-
- windows
- true
-
-
+
+
+
+
+
+
+
+
+
+
+
-
- true
- true
- true
+
+
+
+
-
- installForAllUsers
- true
- false
- false
-
- compiler:Default.isl
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ bundling-for-linux
+ package
+
+ package
+
+
+ linux
+ true
+
+
+
diff --git a/src/main/java/com/luoboduner/moo/info/ui/Init.java b/src/main/java/com/luoboduner/moo/info/ui/Init.java
index c0ff2e4..c235683 100644
--- a/src/main/java/com/luoboduner/moo/info/ui/Init.java
+++ b/src/main/java/com/luoboduner/moo/info/ui/Init.java
@@ -85,7 +85,7 @@ public class Init {
* init look and feel
*/
public static void initTheme() {
- if (SystemUtil.isMacM1() || SystemUtil.isLinuxOs()) {
+ if (SystemUtil.isMacM1()) {
try {
UIManager.setLookAndFeel("com.formdev.flatlaf.FlatDarculaLaf");
logger.warn("FlatDarculaLaf theme set.");