Releases: Vurv78/gmod-upload
Releases · Vurv78/gmod-upload
v0.1.4
Brings support to new garrysmod whitelisted paths:
v0.1.3
Fixed issue with addon.json's blacklist blocking right substrings.
Ie:
models/xyz.mdl
was blocked by *.md
which should just block markdown files, not .mdl files.
v0.1.2
Fixed previous patch being wrong.
Also patched false positive warnings from previous patch.
v0.1.1
Fixed malformed .gma file generation from improper file paths
v0.1.0
Initial release.
Currently uses lua to pack the gma and parse your addon.json
file.
May use node in the future