Skip to content

qqMelon/upgraded-spork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upgraded-spork (ElvUI Updater)

This Go program downloads and extracts the latest version of the ElvUI addon for World of Warcraft from the official GitHub repository.

Simple usage

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

development usage

  1. Clone the repository:
git clone https://github.com/qqMelon/upgraded-spork.git
  1. Navigate to the project directory:
cd upgraded-spork
  1. 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.

Dependencies

This program uses the following Go standard library packages:

  • archive/zip
  • encoding/json
  • fmt
  • io
  • net/http
  • os
  • path/filepath
  • time

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments