diff --git a/stepmania/Data/splash.bmp b/stepmania/Data/splash.bmp deleted file mode 100644 index 38adbded45..0000000000 Binary files a/stepmania/Data/splash.bmp and /dev/null differ diff --git a/stepmania/Data/splash.png b/stepmania/Data/splash.png new file mode 100644 index 0000000000..32e35cb9e6 Binary files /dev/null and b/stepmania/Data/splash.png differ diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index d65f90335b..fa6f0b88f6 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -216,7 +216,7 @@ SetOutPath "$INSTDIR\Data" File "Data\Translation.dat" File "Data\AI.ini" File "Data\Unlocks.dat" -File "Data\splash.bmp" +File "Data\splash.png" SetOutPath "$INSTDIR\Program" File "Program\stepmania.exe"