Update build

This commit is contained in:
Reinhard Pointner 2017-03-12 17:21:11 +08:00
parent 45941aa9ae
commit b5af78713a
5 changed files with 10 additions and 10 deletions

View File

@ -578,13 +578,18 @@
<target name="appx" description="Build Windows 10 package" depends="revision">
<copy todir="${dir.dist}/appx/lib">
<fileset dir="${dir.dist}/lib" includes="*.jar" />
</copy>
<copy todir="${dir.dist}/appx">
<fileset dir="${dir.installer}/appx" excludes="*.xml, *.ini" />
<fileset dir="${dir.lib}/native/win32-x64" />
</copy>
<copy todir="${dir.dist}/appx/lib">
<fileset dir="${dir.dist}/lib" includes="*.jar" />
</copy>
<!-- copy files and resolve ant variables -->
<copy-replace todir="${dir.dist}/appx">
<fileset dir="${dir.installer}/appx" includes="*.xml, *.ini" excludes="*.l4j.xml" />
</copy-replace>
<!-- fetch latest JRE -->
<exec executable="powershell" dir="${dir.cache}" failonerror="yes">
@ -600,11 +605,6 @@
</copy>
<!-- copy files and resolve ant variables -->
<copy-replace todir="${dir.dist}/appx">
<fileset dir="${dir.installer}/appx" includes="*.xml, *.ini" excludes="*.l4j.xml" />
</copy-replace>
<exec executable="makepri" dir="${dir.dist}/appx" failonerror="yes">
<arg line="createconfig /o /pv 10.0.0 /cf priconfig.xml /dq en-US" />
</exec>

BIN
installer/appx/filebot.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,2 +0,0 @@
[InternetShortcut]
URL=ms-windows-store://pdp/?productid=9NBLGGH52T9X&cid=URL&referrer=URL

2
installer/appx/store.url Normal file
View File

@ -0,0 +1,2 @@
[InternetShortcut]
URL=ms-windows-store://pdp/?productid=9NBLGGH52T9X