mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
fixup installer building
This commit is contained in:
parent
5ccce4d0de
commit
df2c8bd55c
Binary file not shown.
@ -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
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 |
BIN
installer/wad/0001000154484246.footer
Normal file
BIN
installer/wad/0001000154484246.footer
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tools/CustomizeMii.exe
Normal file
BIN
tools/CustomizeMii.exe
Normal file
Binary file not shown.
BIN
tools/CustomizeMiiInstaller.dll
Normal file
BIN
tools/CustomizeMiiInstaller.dll
Normal file
Binary file not shown.
BIN
tools/ForwardMii.dll
Normal file
BIN
tools/ForwardMii.dll
Normal file
Binary file not shown.
BIN
tools/lControls.dll
Normal file
BIN
tools/lControls.dll
Normal file
Binary file not shown.
BIN
tools/libWiiSharp.dll
Normal file
BIN
tools/libWiiSharp.dll
Normal file
Binary file not shown.
BIN
tools/zlib1.dll
Normal file
BIN
tools/zlib1.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user