fixup installer building

This commit is contained in:
Christopher Roy Bratusek 2012-04-13 21:24:45 +02:00
parent 5ccce4d0de
commit df2c8bd55c
14 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -20,15 +20,17 @@ compile_boot ()
compile_installer ()
{
if [[ -e boot/hbf_boot.dol && ! $FORCE ]]; then
cp boot/hbf_boot.dol installer/wad/00000001.app
cp boot/hbf_boot.dol installer/wad/00000002.app
else compile_boot
cp boot/hbf_boot.dol installer/wad/00000001.app
cp boot/hbf_boot.dol installer/wad/00000002.app
fi
wine installer/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
wine tools/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\THBF.wad"
sleep 5
mono tools/CustomizeMii.exe
if [[ -e installer/data/install.wad ]]; then
make -C installer || exit 1
else echo -e "--Error installer/data/install.wad not found--"

BIN
installer/wad/00000001.app Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 KiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
tools/CustomizeMii.exe Normal file

Binary file not shown.

Binary file not shown.

BIN
tools/ForwardMii.dll Normal file

Binary file not shown.

BIN
tools/lControls.dll Normal file

Binary file not shown.

BIN
tools/libWiiSharp.dll Normal file

Binary file not shown.

BIN
tools/zlib1.dll Normal file

Binary file not shown.