This Go program downloads and extracts the latest version of the ElvUI addon for World of Warcraft from the official GitHub repository.
You can download the binaries here.
Or download the binaries you want on bin/
folder in project.
Place the binary on the interface folder: /world_of_warcraft/_retail_/interface/**here**/AddOns
- Clone the repository:
git clone https://github.com/qqMelon/upgraded-spork.git
- Navigate to the project directory:
cd upgraded-spork
- Run the program:
go run main.go
The program will download the latest version of ElvUI, extract it, and place the relevant folders (ElvUI, ElvUI_Libraries, and ElvUI_Options) in the AddOns directory.
This program uses the following Go standard library packages:
- archive/zip
- encoding/json
- fmt
- io
- net/http
- os
- path/filepath
- time
This project is licensed under the MIT License - see the LICENSE file for details.
- tukui-org for providing the ElvUI addon