-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhemtt.toml
More file actions
39 lines (33 loc) · 782 Bytes
/
hemtt.toml
File metadata and controls
39 lines (33 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name = "ArmaForces Medical"
prefix = "afmed"
author = "ArmaForces"
files = [
"LICENSE",
"mod.cpp",
"README.md"
]
exclude = ["*.psd", "*.png", "*.tga"]
modname = "armaforces_medical"
keyname = "armaforces_medical_{{version}}"
signame = "armaforces_medical_{{version}}"
releasebuild = [
"!Set_version",
"@zip",
"!publish"
]
# HEMTT >= 0.7 (unreleased)
#[header_exts]
#version = "{{git \"id 8\"}}"
headerexts = [
"version={{git \"id 8\"}}"
]
[scripts.Set_version]
steps_windows = [
"powershell ./tools/Set-Version.ps1 {{version}} '@armaforces_medical'"
]
# show_output = true
[scripts.publish]
steps_windows = [
"powershell ./tools/Publish.ps1 {{version}} 1981535406 '@armaforces_medical'"
]
show_output = true