hotfix OVPN wrapper

This commit is contained in:
kirillius 2025-10-07 17:03:28 +03:00
parent a352adf880
commit 62937a0cbc
1 changed files with 4 additions and 3 deletions

View File

@ -66,9 +66,10 @@
</goals>
<configuration>
<target>
<concat destfile="target/ovpn-pfsdn-bind" append="true" binary="true">
<delete file="target/ovpn-pfsdn-bind"/>
<concat destfile="target/ovpn-pfsdn-bind" binary="true">
<fileset file="../unix-wrapper.sh"/>
<fileset file="target/ovpn-connector-${project.version}-shaded.jar"/>
<fileset file="target/pf-sdn.ovpn-connector-${project.version}-shaded.jar"/>
</concat>
<chmod file="target/ovpn-pfsdn-bind" perm="755"/>
</target>