mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
use waninkoko nand loader by default
This commit is contained in:
parent
bf6ddd22e9
commit
8bea804b0e
22
distribute
22
distribute
@ -20,19 +20,13 @@ compile_boot ()
|
||||
compile_installer ()
|
||||
{
|
||||
if [[ -e boot/hbf_boot.dol && ! $FORCE ]]; then
|
||||
cp boot/hbf_boot.dol installer/wad/00000002.app
|
||||
cp boot/hbf_boot.dol installer/wad/00000001.app
|
||||
else compile_boot
|
||||
cp boot/hbf_boot.dol installer/wad/00000002.app
|
||||
cp boot/hbf_boot.dol installer/wad/00000001.app
|
||||
fi
|
||||
|
||||
if [[ $CHNL == "COMEX" ]]; then
|
||||
wine tools/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
|
||||
sleep 5
|
||||
else
|
||||
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
|
||||
fi
|
||||
wine tools/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
|
||||
sleep 5
|
||||
|
||||
if [[ -e installer/data/install.wad ]]; then
|
||||
make -C installer || exit 1
|
||||
@ -94,12 +88,6 @@ case $1 in
|
||||
make_distribution
|
||||
;;
|
||||
|
||||
"-o" )
|
||||
FORCE=YES
|
||||
CHNL=COMEX
|
||||
make_distribution
|
||||
;;
|
||||
|
||||
"-b" )
|
||||
FORCE=YES
|
||||
compile_boot
|
||||
@ -109,4 +97,4 @@ case $1 in
|
||||
make_distribution
|
||||
;;
|
||||
|
||||
esac
|
||||
esac
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 2.7 MiB |
BIN
installer/wad/00000002.app
Normal file
BIN
installer/wad/00000002.app
Normal file
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
installer/wad/0001000154484246.trailer
Normal file
BIN
installer/wad/0001000154484246.trailer
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user