mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-15 20:03:02 +00:00
13 lines
319 B
XML
13 lines
319 B
XML
<assembly>
|
|
<id>bin</id>
|
|
<formats>
|
|
<format>zip</format>
|
|
</formats>
|
|
<fileSets>
|
|
<!-- 从目标目录拷贝文件去压缩 -->
|
|
<fileSet>
|
|
<directory>target/package/</directory>
|
|
<outputDirectory>/</outputDirectory>
|
|
</fileSet>
|
|
</fileSets>
|
|
</assembly> |