2018-07-13 23:41:21 +02:00
2018-07-13 23:41:21 +02:00
2026-06-17 13:06:39 +10:00
2024-09-21 21:09:52 +02:00
2026-06-17 13:06:39 +10:00
2026-06-17 13:06:39 +10:00
2026-06-17 15:59:19 +10:00
2025-08-13 16:54:11 +02:00
2018-07-22 15:01:59 +02:00
2018-06-24 10:52:15 +02:00
2018-06-19 19:54:06 +02:00
2018-06-19 19:54:06 +02:00
2018-07-16 16:08:32 +02:00
2024-09-21 20:35:28 +02:00
2026-06-17 15:59:19 +10:00
2024-07-28 00:42:41 +02:00
2024-09-21 19:32:36 +02:00
2026-06-17 13:06:39 +10:00
2025-03-21 19:53:39 +01:00
2024-07-28 00:42:41 +02:00
2024-07-28 00:42:41 +02:00
2024-07-28 00:42:41 +02:00
2018-07-22 15:01:34 +02:00

GitAddonsManager

Git based World of Warcraft addon manager.

This application exclusively manage git repositories, addons not containing a git repositories will be ignored. All addons hosted on Gitlab, Github and likes are compatible but must be cloned through git (if you don't know what that means, you will need to redownload your addons through this app).

Building on Linux

Requirements:

  • Qt6 Modules:
    • Core
    • Quick
    • QuickControls2
    • Concurrent
    • Network
    • Widgets
  • libgit2

build & install

cmake . -B build -DGitAddonsManager_GIT_DESCRIBE="$(git describe --tags --long)" -DCMAKE_BUILD_TYPE=Release --install-prefix="$(pwd)/release"
cmake --build build
cmake --install build

The executable is then found in release/bin/.

S
Description
Git based manager for World of Warcraft addons
Readme 134 MiB
2026-09-12 13:56:53 +00:00
Languages
C++ 63.2%
QML 28.2%
Makefile 4%
CMake 3.6%
Qt Script 1%