Skip to content

Commit

Permalink
Bump MiSTer release to 20220413
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshmitty committed Apr 28, 2022
1 parent 2d05006 commit 45df289
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 2.5

- Updated packaged MiSTer release to release_20220413.
- [The new downloader script](https://github.com/MiSTer-devel/Downloader_MiSTer) has now replaced
the previous update.sh script by default in every new MiSTer release.

# Version 2.4

- Updated packaged MiSTer release to release_20211112.
Expand Down
10 changes: 1 addition & 9 deletions scripts/create-sd-card-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sudo cp /home/vagrant/linux-socfpga/arch/arm/boot/zImage /mnt/data

# Download and copy MiSTer release.
rm release.7z
wget -c https://github.com/MiSTer-devel/SD-Installer-Win64_MiSTer/raw/master/release_20211112.7z -O release.7z
wget -c https://github.com/MiSTer-devel/SD-Installer-Win64_MiSTer/raw/master/release_20220413.7z -O release.7z
sudo cp release.7z /mnt/data

# Support MiSTer Scripts.
Expand All @@ -55,14 +55,6 @@ rm wifi.sh
wget -c https://raw.githubusercontent.com/MiSTer-devel/Scripts_MiSTer/master/other_authors/wifi.sh
sudo cp wifi.sh /mnt/data/Scripts

# Bundle new downloader script with Mr. Fusion
# TODO(m): Remove this when the upstream MiSTer release includes the new downloader script
# by default.
# See https://github.com/MiSTer-devel/Main_MiSTer/issues/483
rm downloader.sh
wget -c https://raw.githubusercontent.com/MiSTer-devel/Downloader_MiSTer/main/downloader.sh
sudo cp downloader.sh /mnt/data/Scripts

# Support custom MiSTer config
sudo mkdir -p /mnt/data/config

Expand Down
Binary file modified vendor/support/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45df289

Please sign in to comment.