diff options
-rwxr-xr-x | packaging/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/build.sh b/packaging/build.sh index ab010e1..f7979f2 100755 --- a/packaging/build.sh +++ b/packaging/build.sh @@ -52,6 +52,12 @@ UGLYSETTINGSFILESTRING=' <host>'$PROXYHOST'</host> <port>'$PROXYPORT'</port> </proxy> + <proxy> + <active>true</active> + <protocol>ftp</protocol> + <host>'$PROXYHOST'</host> + <port>'$PROXYPORT'</port> + </proxy> </proxies> </settings>' |