diff --git a/packaging/osx/OpenRA.app/Contents/MacOS/download_package b/packaging/osx/OpenRA.app/Contents/MacOS/download_package index 0810099026..ec4713bcbc 100755 --- a/packaging/osx/OpenRA.app/Contents/MacOS/download_package +++ b/packaging/osx/OpenRA.app/Contents/MacOS/download_package @@ -66,7 +66,7 @@ EOT` /usr/bin/osascript << EOT tell application "Terminal" activate - do script "cd \"${SUPPORT_PATH}\"; curl --create-dirs -o \"./Downloads/${1}\" \"${5}\"; unzip -o \"Downloads/${1}\" -d \"${2}\"; touch done; exit;" + do script "cd \"${SUPPORT_PATH}\"; curl -L --create-dirs -o \"./Downloads/${1}\" \"${5}\"; unzip -o \"Downloads/${1}\" -d \"${2}\"; touch done; exit;" end tell EOT # Hack around osascript returning before the download finishes diff --git a/web/getinvolved.html b/web/getinvolved.html index c80df96b69..cb166f518d 100644 --- a/web/getinvolved.html +++ b/web/getinvolved.html @@ -42,7 +42,7 @@

Bug Tracker

If you wish to report a bug, our bug tracker can be found here:
- http://openra.res0l.net/projects/show/openra + http://red-bull.ijw.co.nz:3690/OpenRA

Obtaining the Source Code

diff --git a/web/index.html b/web/index.html index 5887728792..3808d3e6cd 100644 --- a/web/index.html +++ b/web/index.html @@ -1 +1 @@ - OpenRA

Welcome Back, Commander

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9

OpenRA is an Open Source reimplementation of Command & Conquer: Red Alert.

We've tried to closely follow the spirit of the original game, while modernizing the interface and making use of today's powerful graphics processors. Our emphasis is on the multiplayer experience, but we might support a single-player campaign at some point, too.

OpenRA should run on any modern PC running Windows, Mac OS X or Linux. Requires Microsoft .NET Framework v3.5 SP1 or later; or an up-to-date version of Mono.

\ No newline at end of file + OpenRA

Welcome Back, Commander

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9

OpenRA is an Open Source reimplementation of Command & Conquer: Red Alert.

We've tried to closely follow the spirit of the original game, while modernizing the interface and making use of today's powerful graphics processors. Our emphasis is on the multiplayer experience, but we might support a single-player campaign at some point, too.

Please note: OpenRA is currently at an alpha release stage. Expect releases to be buggy or unstable. If you have any problems, please report them to the IRC channel or the bug-tracker

OpenRA should run on any modern PC running Windows, Mac OS X or Linux. Requires Microsoft .NET Framework v3.5 SP1 or later; or an up-to-date version of Mono.

\ No newline at end of file