mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
Fix Windows build
This commit is contained in:
parent
d5549b1f2d
commit
cc99f1d4d8
@ -579,7 +579,7 @@
|
||||
|
||||
<target name="appx" description="Build Windows 10 package" depends="revision">
|
||||
<copy todir="${dir.dist}/appx">
|
||||
<fileset dir="${dir.installer}/appx" excludes="*.xml, *.ini" />
|
||||
<fileset dir="${dir.installer}/appx" excludes="*.xml, *.ini, *.url" />
|
||||
<fileset dir="${dir.lib}/native/win32-x64" />
|
||||
</copy>
|
||||
<copy todir="${dir.dist}/appx/lib">
|
||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user