Update build
This commit is contained in:
parent
45941aa9ae
commit
b5af78713a
16
build.xml
16
build.xml
|
@ -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>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -1,2 +0,0 @@
|
|||
[InternetShortcut]
|
||||
URL=ms-windows-store://pdp/?productid=9NBLGGH52T9X&cid=URL&referrer=URL
|
|
@ -0,0 +1,2 @@
|
|||
[InternetShortcut]
|
||||
URL=ms-windows-store://pdp/?productid=9NBLGGH52T9X
|
Loading…
Reference in New Issue