From 9003bfde0a28d0a12ab3fa3fe038304ffb926776 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 31 Dec 2012 19:03:26 +0100 Subject: [PATCH] fixup vWii build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d27a0f6..9c65c82 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ compile_hbf_vwii: clean_vwii compile_boot_vwii: compile_hbf_vwii @make -C boot - @cp boot/hbf_boot.dol installer/wad.vwii/00000001.app + @cp boot/hbf_boot.dol installer/wad.vwii/00000002.app compile_installer_vwii: compile_boot_vwii @tools/WadMii.exe -input "Z:$(PWD)\installer\wad.vwii" -output "Z:$(PWD)\installer\data\install.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\installer\wad.vwii" -output "Z:$(PWD)\installer\data\install.wad"