Build: Fix up proxy file location

This commit is contained in:
zzz
2020-12-20 14:08:13 -05:00
parent d86ccded53
commit bec8feb05a

View File

@@ -235,7 +235,7 @@
<pathelement location="../../../build/i2p.jar" />
</classpath>
<arg value="tag" />
<arg value="../../../installer/resources/proxy/" />
<arg value="../resources/proxy/" />
<arg value="build/Proxy.java" />
</java>
</target>