mirror of
https://github.com/WowUp/WowUp.git
synced 2026-01-21 14:17:57 -05:00
[WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/) has shipped with Win10 since 2017 and all Win11 installs. It's source of truth is here: https://github.com/microsoft/winget-pkgs. You can see the [CF version](https://github.com/microsoft/winget-pkgs/tree/master/manifests/w/WowUp/CF). It pulls directly from the WowUp releases, as can be seen in the configs ([example](https://github.com/microsoft/winget-pkgs/blob/master/manifests/w/WowUp/Wowup/2.20.0/WowUp.Wowup.installer.yaml)). Updates to the configs are done via issues submitted to the project: https://github.com/microsoft/winget-pkgs/issues/new/choose
87 lines
2.8 KiB
Markdown
87 lines
2.8 KiB
Markdown
<p align="center">
|
|
<img src="https://cdn.wowup.io/site/assets/icons/android-chrome-512x512.png" width="200" />
|
|
</p>
|
|
|
|
# WowUp Client Repository
|
|
|
|
[](https://discord.gg/rk4F5aD)
|
|
[](https://www.patreon.com/jliddev)
|
|
|
|
This is the repository for our [WowUp](https://wowup.io) client with [CurseForge](https://curseforge.com) support for Windows, Mac, and Linux.
|
|
|
|
## WowUp
|
|
|
|

|
|
|
|
WowUp is the community centered World of Warcraft addon updater. We attempt to bring the addon community together in an easy to use updater application. We have an ever growing list of supported features.
|
|
|
|
- Support for all major addon sources
|
|
- Discover or find new addons across addon sources
|
|
- Handle all your different World of Warcraft clients
|
|
- Auto updates
|
|
- [Companion addon](https://github.com/WowUp/WowUp.Addon)
|
|
|
|
## Installing
|
|
|
|
### Latest Releases
|
|
|
|
The latest WowUp release is always available on our website [wowup.io](https://wowup.io)
|
|
|
|
### Beta Releases
|
|
|
|
If you feel like helping us test the latest and greatest changes beta builds are available on [GitHub](https://github.com/WowUp/WowUp/releases)
|
|
|
|
### Community Support Alternatives
|
|
|
|
#### [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/)
|
|
|
|
Ships with Windows 10 and 11. You can install WowUp With Wago using:
|
|
|
|
```cmd
|
|
winget install wowup.wowup
|
|
```
|
|
|
|
Or Wowup with CurseForge with:
|
|
|
|
```cmd
|
|
winget install wowup.cf
|
|
```
|
|
|
|
#### [Chocolatey](https://chocolatey.org)
|
|
|
|
You can also install the latest version via Chocolatey package manager:
|
|
|
|
```cmd
|
|
choco install wowup
|
|
```
|
|
|
|
## Contributing
|
|
|
|
We welcome any and all contributions from translations to feature pull requests.
|
|
|
|
Please read our [contribution guide](https://github.com/WowUp/WowUp/blob/master/CONTRIBUTING.md) to get started.
|
|
|
|
## Feedback
|
|
|
|
If you have a question, comment, or request we have several ways you can communicate them.
|
|
|
|
- Create a [bug or feature request](https://github.com/WowUp/WowUp/issues)
|
|
- Contact us on [Discord](https://discord.gg/rk4F5aD)
|
|
|
|
## Related Projects
|
|
|
|
We have a couple companion projects that are related to WowUp
|
|
|
|
- [Companion Addon](https://github.com/WowUp/WowUp.Addon)
|
|
- [App Updater](https://github.com/WowUp/WowUpUpdater) (Deprecated)
|
|
|
|
## Code of Conduct
|
|
|
|
Please read and understand our [Code of Coduct](https://github.com/WowUp/WowUp/blob/master/CODE_OF_CONDUCT.md) when submitting a bug or feature request here or on Discord.
|
|
|
|
## License
|
|
|
|
Copyright (c) WowUp LLC. All rights reserved.
|
|
|
|
Licensed under the [GNU General Public License v3.0](https://github.com/WowUp/WowUp/blob/master/LICENSE) license.
|