Skip to content

Commit 47b3da0

Browse files
committed
tweak dispatch config
1 parent 31c8d7b commit 47b3da0

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

DiscordScripts/build.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dispatch.exe build push 389176180877688832 config.json c:\projekty\zero-k.info\steamworks\tools\ContentBuilder\content

DiscordScripts/config.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,17 @@
1919
"install_path": "luaui/config*",
2020
"attributes": ["user_data"]
2121
}
22-
],
22+
]
2323
},
2424
"storage": {
2525
"sync": true,
2626
"roots": [
2727
{
28-
"id": "config",
28+
"id": "luaui_config",
2929
"paths": [
3030
{
31-
"path": "luaui/config"
32-
},
33-
{
34-
"path": "luaui/configs"
31+
"path": "${INSTALLDIR}/luaui/config",
32+
"platform": "windows"
3533
}
3634
],
3735
"patterns": ["**/*"]
@@ -43,13 +41,13 @@
4341
"name": "Zero-K",
4442
"executable": "Zero-K.exe",
4543
"arguments": [],
46-
"platforms": ["win32", "win64"],
44+
"platforms": ["win32", "win64"]
4745
},
4846
{
4947
"name": "Zero-K",
50-
"executable": "./Zero-K_linux64.sh",
48+
"executable": "Zero-K_linux64.sh",
5149
"arguments": [],
52-
"platforms": ["linux"],
50+
"platforms": ["linux"]
5351
}
5452
]
5553
}

0 commit comments

Comments
 (0)