-
Notifications
You must be signed in to change notification settings - Fork 0
/
hemtt.toml
38 lines (32 loc) · 874 Bytes
/
hemtt.toml
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
name = "ArmaForces NEW_MOD_PRETTY"
prefix = "NEW_MOD_ABBR"
author = "ArmaForces"
files = [
"LICENSE",
"mod.cpp",
"README.md"
]
exclude = ["*.psd", "*.png", "*.tga"]
modname = "armaforces_NEW_MOD_SNAKE"
key_name = "armaforces_NEW_MOD_SNAKE_{{version}}"
authority = "armaforces_NEW_MOD_SNAKE_{{version}}"
releasebuild = [
"!set_version",
"@zip",
"!publish"
]
[header_exts]
version = "{{git \"id 8\"}}"
[scripts.set_version]
steps_windows = [
"powershell ./tools/Set-Version.ps1 {{version}} '@armaforces_NEW_MOD_SNAKE'"
]
steps_linux = [
"sed -i 's/0.0.0/{{version}}/' ./releases/{{version}}/@armaforces_NEW_MOD_SNAKE/mod.cpp"
]
# show_output = true
[scripts.publish]
steps_windows = [
"powershell ./tools/Publish.ps1 {{version}} 1934142795 '@armaforces_NEW_MOD_SNAKE'"
]
show_output = true