Skip to content

Commit 0527ee5

Browse files
committed
bump launcher
1 parent 05b13d9 commit 0527ee5

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

dist_cfg/config.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,71 @@
119119
}
120120
}
121121
},
122+
123+
{
124+
"package": {
125+
"id": "dev-barengine-linux",
126+
"display": "Development BAR Engine",
127+
"platform": "linux"
128+
},
129+
"downloads": {
130+
"resources": [
131+
{
132+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1828-g1f481b7/spring_bar_.BAR.104.0.1-1828-g1f481b7_linux-64-minimal-portable.7z",
133+
"destination": "engine/104.0.1-1828-g1f481b7 bar",
134+
"extract": true
135+
}
136+
]
137+
},
138+
"auto_start" : false,
139+
"no_downloads" : true,
140+
"load_dev_exts": false,
141+
"launch": {
142+
"game": "SpringBoard Core $VERSION",
143+
"map": "sb_initial_blank_10x8",
144+
"map_options": {
145+
"new_map_x": 10,
146+
"new_map_y": 8
147+
},
148+
"game_options": {
149+
"MapSeed": 42
150+
},
151+
"engine" : "104.0.1-1828-g1f481b7 bar"
152+
}
153+
},
154+
155+
{
156+
"package": {
157+
"id": "dev-barengine-windows",
158+
"display": "Development BAR Engine",
159+
"platform": "win32"
160+
},
161+
"downloads": {
162+
"resources": [
163+
{
164+
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1828-g1f481b7/spring_bar_.BAR.104.0.1-1828-g1f481b7_windows-64-minimal-portable.7z",
165+
"destination": "engine/104.0.1-1828-g1f481b7 bar",
166+
"extract": true
167+
}
168+
]
169+
},
170+
"auto_start" : false,
171+
"no_downloads" : true,
172+
"load_dev_exts": false,
173+
"launch": {
174+
"game": "SpringBoard Core $VERSION",
175+
"map": "sb_initial_blank_10x8",
176+
"map_options": {
177+
"new_map_x": 10,
178+
"new_map_y": 8
179+
},
180+
"game_options": {
181+
"MapSeed": 42
182+
},
183+
"engine" : "104.0.1-1828-g1f481b7 bar"
184+
}
185+
},
186+
122187
{
123188
"package": {
124189
"id": "asset-download",
@@ -135,4 +200,5 @@
135200
}
136201
}
137202
]
203+
138204
}

0 commit comments

Comments
 (0)