diff --git a/Makefile b/Makefile index 0d7be2a..cefa662 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ compile_hbf: compile_boot: compile_hbf @make -C boot - @cp boot/hbf_boot.dol installer/wad/00000002.app + @cp boot/hbf_boot.dol installer/wad/00000001.app compile_installer: compile_boot - @tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad" + @tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad" || wine tools/WadMii.exe -input "Z:$(PWD)\installer\wad" -output "Z:$(PWD)\installer\data\install.wad" @make -C installer @cp installer/installer.dol HomebrewFilter/boot.dol