Files
CDi_MiSTer/scripts/create_release.sh
Andre Zeps ca0bc4b629 Release 20250614
- First release on mister-devel
- Fix corrupted ROM content when VMPEG ROM is present
    - An existing boot2.rom has overwritten the base machine ROM before.
    - This fix places the VMPEG ROM at a separate and later unused location
      allowing to have a second CD-i core around which could make use of it
      without affecting the stable release.
2025-06-14 01:59:32 +02:00

11 lines
202 B
Bash
Executable File

#!/bin/bash
#!/bin/bash
set -e
cd "$(dirname "$0")/.."
release_filename=CDi_$(date '+%Y%m%d').rbf
cp output_files/CDi.rbf releases/$release_filename
echo "Copied build to releases/$release_filename"