4293e90a97
A BigWigs-style CI packager for WoW MPQ patch archives. Reads an mpq.yaml manifest, stages files, builds a vanilla-1.12-compatible patch-X.mpq via StormLib, and (in the example workflow) attaches it to a Gitea release on tag.
5 lines
219 B
Lua
5 lines
219 B
Lua
-- Fixture file packed by the CI smoke test. Version token below is substituted
|
|
-- by the packager when substitute.enabled is true.
|
|
local VERSION = "@project-version@"
|
|
print("mpq-packager fixture, version " .. VERSION)
|