Skip to content

Debuggernaut/WowUp-NoUpdates

 
 

This is a fork of WowUp that's been modified to do its best not to phone home to WowUp's servers or to force updates

I recommend you visit the Main WowUp repositories, or if it's gotten even more evil and invasive, just go straight to the max-evil, max-convenience option and hop on the Overwolf train.

Fortunately, since it's open source software, if you don't like something, you can easily modify the code:

  1. First you're going to want to set up your dev machine, search the web for something like "Making an electron app", you'll need to download some tooling like Node.js ( https://nodejs.org/en/download/ )

  2. Clone the source

  3. Run your local version of the app:

Open a terminal and run:

npm start
  1. If you've made some changes you like, hit the "Fork" button on Github, upload your changes, then you can send a pull request here and/or to the main WowUp repo.

  2. You can package up the app for redistribution using electron-builder with the script the WowUp team has included in package.json like so:

npm run electron:build

Main WowUp License

Copyright (c) WowUp LLC. All rights reserved.

Licensed under the GNU General Public License v3.0 license.

WowUp-NoUpdates fork License

Copyright (c) Some Internet Jerk.

Licensed under the GNU General Public License v3.0 license.

About

WowUp the World of Warcraft addon updater

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 83.4%
  • HTML 8.7%
  • SCSS 7.1%
  • C++ 0.4%
  • JavaScript 0.3%
  • Handlebars 0.1%