From d0f1b540b39aa34e7f208c6f67862f1f91fddd29 Mon Sep 17 00:00:00 2001
From: Administrator <18380130276@163.com>
Date: Mon, 26 Aug 2024 11:33:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E5=B9=B6mp3?=
 =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=A7=84=E5=88=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ab02ae..099d8ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@
                     </execution>
 
                     <execution>
-                        <id>copy-resources</id>
+                        <id>copy-sound</id>
                         <phase>package</phase>
                         <goals>
                             <goal>copy-resources</goal>
@@ -313,7 +313,7 @@
                             <outputDirectory>dist/${project.artifactId}/sound</outputDirectory>
                             <resources>
                                 <resource>
-                                    <directory>src/main/resources/</directory>
+                                    <directory>src/main/resources/sound</directory>
                                     <includes>
                                         <include>*.mp3</include>
                                     </includes>
-- 
2.24.3