Skip to content

Commit

Permalink
Mark download of init pool data.7z as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
p2004a committed Jan 7, 2023
1 parent 6d9dc49 commit 9585bec
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions dist_cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
{
"url": "https://pool-init.beyondallreason.dev/data.7z",
"destination": "pool",
"extract": true
"extract": true,
"optional": true
},
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1354-g72b2d55/spring_bar_.BAR105.105.1.1-1354-g72b2d55_linux-64-minimal-portable.7z",
Expand Down Expand Up @@ -59,7 +60,8 @@
{
"url": "https://pool-init.beyondallreason.dev/data.7z",
"destination": "pool",
"extract": true
"extract": true,
"optional": true
},
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1354-g72b2d55/spring_bar_.BAR105.105.1.1-1354-g72b2d55_windows-64-minimal-portable.7z",
Expand Down Expand Up @@ -154,7 +156,8 @@
{
"url": "https://pool-init.beyondallreason.dev/data.7z",
"destination": "pool",
"extract": true
"extract": true,
"optional": true
},
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1455-gd1eaabf/spring_bar_.BAR105.105.1.1-1455-gd1eaabf_linux-64-minimal-portable.7z",
Expand Down Expand Up @@ -193,7 +196,8 @@
{
"url": "https://pool-init.beyondallreason.dev/data.7z",
"destination": "pool",
"extract": true
"extract": true,
"optional": true
},
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR105%7D105.1.1-1455-gd1eaabf/spring_bar_.BAR105.105.1.1-1455-gd1eaabf_windows-64-minimal-portable.7z",
Expand Down

0 comments on commit 9585bec

Please sign in to comment.