2020-06-17 03:50:43 +00:00
|
|
|
# Example annotated build data file
|
2020-06-17 04:04:26 +00:00
|
|
|
mod-name: ConformalDecals
|
2020-06-17 03:50:43 +00:00
|
|
|
package:
|
|
|
|
include-dependencies: true # Include dependencies in the package
|
2020-06-17 04:01:52 +00:00
|
|
|
included-gamedata: # Include these gamedata-level folders in packages:
|
2020-06-17 03:50:43 +00:00
|
|
|
- ConformalDecals
|
|
|
|
included-support: # Include these root-level files in packages
|
|
|
|
- README.md
|
|
|
|
- LICENSE-ART.md
|
|
|
|
- LICENSE-SOURCE.md
|
2020-06-17 04:34:03 +00:00
|
|
|
- changelog.txt
|
2020-06-17 03:50:43 +00:00
|
|
|
dependencies: # Configure dependencies
|
|
|
|
ModuleManager:
|
2020-06-17 04:12:22 +00:00
|
|
|
location: url
|
|
|
|
url: https://ksp.sarbian.com/jenkins/job/ModuleManager/157/artifact/ModuleManager.4.1.3.dll
|
|
|
|
zip: false
|
2020-06-17 03:50:43 +00:00
|
|
|
B9PartSwitch:
|
2020-06-17 04:12:22 +00:00
|
|
|
location: url
|
|
|
|
url: http://pileof.rocks/KSP/B9PartSwitch-v2.16.0.zip
|
|
|
|
zip: true
|
2020-06-17 03:50:43 +00:00
|
|
|
Shabby:
|
|
|
|
location: url
|
|
|
|
url: http://taniwha.org/~bill/Shabby_v0.1.2.zip
|
|
|
|
zip: true
|
|
|
|
deploy:
|
2020-06-17 21:19:19 +00:00
|
|
|
SpaceDock:
|
|
|
|
enabled: true # activate/deactivate this deployment script
|
|
|
|
mod-id: 2451 # The Spacedock mod ID for deployment
|
|
|
|
GitHub:
|
|
|
|
enabled: true # activate/deactivate this deployment script
|