aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57fe9a7a17..be40f3bd24 100644
--- a/Makefile
+++ b/Makefile
@@ -131,8 +131,8 @@ osxsnap: bundle doc/readme.pdf
win32dist: scummvm$(EXEEXT)
mkdir -p $(WIN32PATH)
strip scummvm.exe -o $(WIN32PATH)/scummvm$(EXEEXT)
- cp gui/themes/default-theme.ini $(WIN32PATH)
- cp gui/themes/default-theme.zip $(WIN32PATH)
+ cp gui/themes/modern.ini $(WIN32PATH)
+ cp gui/themes/modern.zip $(WIN32PATH)
cp AUTHORS $(WIN32PATH)/AUTHORS.txt
cp COPYING $(WIN32PATH)/COPYING.txt
cp NEWS $(WIN32PATH)/NEWS.txt