OpenRA/Chocolatey

Name: Chocolatey

Owner: OpenRA

Description: Windows Packages for Chocolatey NuGet

Created: 2015-03-20 16:37:08.0

Updated: 2016-11-29 22:55:36.0

Pushed: 2015-03-28 20:35:16.0

Homepage: https://chocolatey.org/packages/openra

Size: 150

Language: PowerShell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

OpenRA Chocolatey Packages

Install and update using the Chocolatey package manager for Windows. Because even the stable releases are considered “prerelease” due to the NuGet version scheme, we have to release two packages.

OpenRA

Stable releases are recommended for players who want to play multiplayer games online.

choco install openra -pre
OpenRA Playtest

Playtests provide a preview of the latest improvements for players who want to help test and shape the future releases of OpenRA.

choco install openra-playtest -pre
Publishing

For developers…

Get-ChildItem *.nuspec -Recurse | %{ choco pack $_.FullName }

Inspect the packages using the NuGet Package Explorer and, when you're ready, publish!

Get-ChildItem *.nupkg | %{ choco push $_.FullName }

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.