-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhemtt.toml
More file actions
31 lines (26 loc) · 746 Bytes
/
hemtt.toml
File metadata and controls
31 lines (26 loc) · 746 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
name = "ArmaForces - Cool Addon"
modname = "armaforces_cool_addon"
prefix = "armaforces"
author = "ArmaForces"
version = "1.0.0"
files = ["mod.cpp"]
exclude = ["*.psd", "*.png", "*.tga"]
keyname = "{{prefix}}_cool_addon_{{version}}"
signame = "{{prefix}}_cool_addon_{{version}}"
reuse_private_key = true
releasebuild = [
"!Set_version",
"@zip",
"!publish"
]
[scripts]
[scripts.Set_version]
steps_windows = [
"powershell ./tools/Set-Version.ps1 {{version}} '@armaforces_cool_addon'"
]
# show_output = true
[scripts.publish]
steps_windows = [
"powershell ./tools/Publish.ps1 {{version}} YOUR_WORKSHOP_ID '@armaforces_cool_addon'"
]
show_output = true