Link to patched Windows build that disables audio. #430

This commit is contained in:
Dustin Carlino 2020-12-21 13:34:38 -08:00
parent f24a77e995
commit 14fad05634
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ changes to a city affect the movement of drivers, cyclists, transit users, and
pedestrians. pedestrians.
- Play on - Play on
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_windows_v0_2_23.zip), [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_windows_v0_2_23a.zip),
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_mac_v0_2_23.zip), [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_mac_v0_2_23.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_linux_v0_2_23.zip), [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_linux_v0_2_23.zip),
[FreeBSD](https://www.freshports.org/games/abstreet/), [FreeBSD](https://www.freshports.org/games/abstreet/),

View File

@ -9,7 +9,7 @@ hit problems.
Grab a pre-built binary release -- updated every Sunday, announced at Grab a pre-built binary release -- updated every Sunday, announced at
[r/abstreet](http://old.reddit.com/r/abstreet): [r/abstreet](http://old.reddit.com/r/abstreet):
- [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_windows_v0_2_23.zip) - [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_windows_v0_2_23a.zip)
- Unzip the folder, then run `play_abstreet.bat`. You'll probably getting a - Unzip the folder, then run `play_abstreet.bat`. You'll probably getting a
warning about running software from an unknown publisher. warning about running software from an unknown publisher.
- [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_mac_v0_2_23.zip) - [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_mac_v0_2_23.zip)

View File

@ -18,7 +18,7 @@ Contact <dabreegster@gmail.com> with any feedback or
- [Play online](http://abstreet.s3-website.us-east-2.amazonaws.com/dev/santa) - [Play online](http://abstreet.s3-website.us-east-2.amazonaws.com/dev/santa)
(slower and no music -- download below if possible) (slower and no music -- download below if possible)
- [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_windows_v0_2_23.zip) - [Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_windows_v0_2_23a.zip)
- [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_mac_v0_2_23.zip) - [Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_mac_v0_2_23.zip)
- [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_linux_v0_2_23.zip) - [Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.23/abstreet_linux_v0_2_23.zip)

View File

@ -11,7 +11,7 @@ use crate::tools::PopupMsg;
use crate::AppLike; use crate::AppLike;
// Update this ___before___ pushing the commit with "[rebuild] [release]". // Update this ___before___ pushing the commit with "[rebuild] [release]".
const NEXT_RELEASE: &str = "0.2.23"; const NEXT_RELEASE: &str = "0.2.24";
pub struct Picker<A: AppLike> { pub struct Picker<A: AppLike> {
panel: Panel, panel: Panel,