Remove tools from a release

It doesn't contain anything generally useful anymore.
This commit is contained in:
eikek
2022-02-27 10:10:56 +01:00
parent 203788c746
commit a6dda8d31a
7 changed files with 360 additions and 10 deletions

View File

@ -1038,7 +1038,7 @@ addCommandAlias(
addCommandAlias("make-zip", ";restserver/Universal/packageBin ;joex/Universal/packageBin")
addCommandAlias("make-deb", ";restserver/Debian/packageBin ;joex/Debian/packageBin")
addCommandAlias("make-tools", ";root/toolsPackage")
addCommandAlias("make-pkg", ";clean ;make ;make-zip ;make-deb ;make-tools")
addCommandAlias("make-pkg", ";clean ;make ;make-zip ;make-deb")
addCommandAlias("ci", "make; lint; test")
addCommandAlias(