DTG: Use UrlLauncher to launch browser

This commit is contained in:
zzz
2018-12-12 15:17:51 +00:00
parent 5eda30644f
commit 51bf23a34c
6 changed files with 8 additions and 61 deletions

View File

@@ -388,10 +388,7 @@
<copy file="apps/i2ptunnel/java/build/i2ptunnel.war" todir="build/" />
</target>
<target name="buildDesktopGui" depends="buildCore, buildrouter" >
<!--
<ant dir="apps/desktopgui" target="clean" />
-->
<target name="buildDesktopGui" depends="buildCore, buildrouter, buildSystray" >
<ant dir="apps/desktopgui" target="jar" />
<copy file="apps/desktopgui/dist/desktopgui.jar" todir="build/" />
</target>