Skip to content

DLL dependencies for running github actions for building BTD6 mods

Notifications You must be signed in to change notification settings

LynxCGames/btd6-ci-dependencies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btd6-ci-dependencies

This repo contains the necessary DLLs for compiling BloonsTD6 mods in continuous integrations systems i.e. GitHub actions.

The DeepStrip utility is used to minimize DLL size and remove all chances of hosting any Ninja Kiwi copyrighted information (although the DLLs produced by MelonLoader are somewhat stripped already).

MelonLoader DLLs are not included, as those can be installed in a separate step from their Releases / GitHub Actions. Currently, only the BTD6 DLLs referenced by the Mod Helper's btd6.targets file are included.

Updating

git clone this repository inside your own BTD6 Mod Sources folder, so that there's a btd6.targets next to the btd6-ci-dependencies folder. Then, run update.bat / update.sh

About

DLL dependencies for running github actions for building BTD6 mods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.5%
  • Batchfile 13.5%