a01a53e969
launch WoW Pipeline: 1. tool/src/main.rs compiles MPQ and puts it at $WOW_HOME/Data 2. reload_wow.bat cleans cache and runs Wow.exe TODO: - rebuild all patches instead of only patch-ruRU-5.MPQ - implement "smart rebuild". Do not create new archive if nothing was changed
9 lines
111 B
TOML
9 lines
111 B
TOML
[package]
|
|
name = "tool"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
walkdir = "2.5.0"
|
|
wow-mpq = "0.6.4"
|