Skip to content

Commit

Permalink
update BAR engine to match & ids unique
Browse files Browse the repository at this point in the history
  • Loading branch information
gajop committed May 16, 2024
1 parent cbded26 commit d8cc6f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dist_cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
"games": ["sbc:test"],
"resources": [
{
"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",
"destination": "engine/105.1.1-1775-g441af87-bar",
"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",
"destination": "engine/105.1.1-2472-ga5aa45c-bar",
"extract": true
}
]
},
"launch": {
"game": "rapid://sbc:test",
"map": "sb_initial_blank_10x8",
"engine": "105.1.1-1775-g441af87-bar",
"engine": "105.1.1-2472-ga5aa45c-bar",
"map_options": {
"new_map_x": 10,
"new_map_y": 8
Expand All @@ -104,16 +104,16 @@
"games": ["sbc:test"],
"resources": [
{
"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",
"destination": "engine/105.1.1-1775-g441af87-bar",
"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",
"destination": "engine/105.1.1-2472-ga5aa45c-bar",
"extract": true
}
]
},
"launch": {
"game": "rapid://sbc:test",
"map": "sb_initial_blank_10x8",
"engine": "105.1.1-1775-g441af87-bar",
"engine": "105.1.1-2472-ga5aa45c-bar",
"map_options": {
"new_map_x": 10,
"new_map_y": 8
Expand Down Expand Up @@ -166,11 +166,11 @@

{
"package": {
"id": "dev",
"id": "dev-bar-engine",
"display": "Development (BAR Engine)"
},
"downloads": {
"engines" : [ "105.1.1-1775-g441af87-bar" ]
"engines" : [ "105.1.1-2472-ga5aa45c-bar" ]
},
"auto_start" : false,
"no_downloads" : true,
Expand Down

0 comments on commit d8cc6f2

Please sign in to comment.