deployment
This commit is contained in:
19
build/templates/blender_manifest.toml.template
Normal file
19
build/templates/blender_manifest.toml.template
Normal file
@@ -0,0 +1,19 @@
|
||||
schema_version = "1.0.0"
|
||||
|
||||
id = "{{PROJECT_ID}}"
|
||||
version = "{{VERSION}}"
|
||||
name = "{{PROJECT_NAME}}"
|
||||
tagline = "{{PROJECT_DESCRIPTION}}"
|
||||
maintainer = "{{PROJECT_AUTHOR}}"
|
||||
type = "add-on"
|
||||
support = "{{PROJECT_SUPPORT}}"
|
||||
|
||||
tags = {{PROJECT_TAGS}}
|
||||
|
||||
blender_version_min = "{{BLENDER_VERSION_MIN}}"
|
||||
|
||||
license = {{PROJECT_LICENSE}}
|
||||
|
||||
# Dependencies
|
||||
[dependencies]
|
||||
{{DEPENDENCIES}}
|
||||
Reference in New Issue
Block a user