Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

PS> 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.

PS> choco install openra-playtest -pre

Publishing

For developers...

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

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

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

About

Windows Packages for Chocolatey NuGet

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages