mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Support 32-bit APPX package
This commit is contained in:
parent
99d579381e
commit
190ac08647
@ -616,7 +616,7 @@
|
||||
<property name="dir.staging" location="${dir.dist}/appx/${arch}" />
|
||||
|
||||
<copy todir="${dir.staging}">
|
||||
<fileset dir="${dir.installer}/appx" excludes="*.sh, *.xml, *.ini, *.url" />
|
||||
<fileset dir="${dir.installer}/appx" includes="*.exe, *.properties, *.ico, **.png" />
|
||||
<fileset dir="${dir.lib}/native/win32-${arch}" />
|
||||
</copy>
|
||||
<copy todir="${dir.staging}/lib">
|
||||
|
Loading…
Reference in New Issue
Block a user