Skip to content

Commit d8cc6f2

Browse files
committed
update BAR engine to match & ids unique
1 parent cbded26 commit d8cc6f2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dist_cfg/config.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474
"games": ["sbc:test"],
7575
"resources": [
7676
{
77-
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1775-g441af87/spring_bar_.BAR105.105.1.1-1775-g441af87_windows-64-minimal-portable.7z",
78-
"destination": "engine/105.1.1-1775-g441af87-bar",
77+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-2472-ga5aa45c/spring_bar_.BAR105.105.1.1-2472-ga5aa45c_windows-64-minimal-portable.7z",
78+
"destination": "engine/105.1.1-2472-ga5aa45c-bar",
7979
"extract": true
8080
}
8181
]
8282
},
8383
"launch": {
8484
"game": "rapid://sbc:test",
8585
"map": "sb_initial_blank_10x8",
86-
"engine": "105.1.1-1775-g441af87-bar",
86+
"engine": "105.1.1-2472-ga5aa45c-bar",
8787
"map_options": {
8888
"new_map_x": 10,
8989
"new_map_y": 8
@@ -104,16 +104,16 @@
104104
"games": ["sbc:test"],
105105
"resources": [
106106
{
107-
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1775-g441af87/spring_bar_.BAR105.105.1.1-1775-g441af87_linux-64-minimal-portable.7z",
108-
"destination": "engine/105.1.1-1775-g441af87-bar",
107+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-2472-ga5aa45c/spring_bar_.BAR105.105.1.1-2472-ga5aa45c_linux-64-minimal-portable.7z",
108+
"destination": "engine/105.1.1-2472-ga5aa45c-bar",
109109
"extract": true
110110
}
111111
]
112112
},
113113
"launch": {
114114
"game": "rapid://sbc:test",
115115
"map": "sb_initial_blank_10x8",
116-
"engine": "105.1.1-1775-g441af87-bar",
116+
"engine": "105.1.1-2472-ga5aa45c-bar",
117117
"map_options": {
118118
"new_map_x": 10,
119119
"new_map_y": 8
@@ -166,11 +166,11 @@
166166

167167
{
168168
"package": {
169-
"id": "dev",
169+
"id": "dev-bar-engine",
170170
"display": "Development (BAR Engine)"
171171
},
172172
"downloads": {
173-
"engines" : [ "105.1.1-1775-g441af87-bar" ]
173+
"engines" : [ "105.1.1-2472-ga5aa45c-bar" ]
174174
},
175175
"auto_start" : false,
176176
"no_downloads" : true,

0 commit comments

Comments
 (0)