mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-07-12 06:21:15 +00:00
7358931559
2. 添加UC网盘解析 3. 添加移动云空间解析 #1
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> |