[Core] [Env] Move bin to configure

This commit is contained in:
qianmoQ 2023-11-11 16:14:37 +08:00
parent 1037f9e616
commit 0b7ad61ef1
5 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<fileSets>
<fileSet>
<directory>src/main/bin</directory>
<directory>${project.parent.basedir}/configure/etc/bin</directory>
<outputDirectory>bin</outputDirectory>
<fileMode>0755</fileMode>
<lineEnding>unix</lineEnding>