1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00

Try to reduce QPKG size

This commit is contained in:
Reinhard Pointner 2018-07-04 23:08:14 +07:00
parent ebb3dda6ad
commit e643de640a

View File

@ -637,7 +637,7 @@
</chmod>
<exec executable="qbuild" dir="${dir.staging}" failonerror="yes">
<arg line="--build-dir ${dir.dist}" />
<arg line="--7zip --build-dir ${dir.dist}" />
</exec>
<move file="${dir.dist}/${package.name}_${application.version}.qpkg" tofile="${dir.dist}/${release}.qpkg" />
</target>