mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 15:15:09 +01:00
10 lines
326 B
Bash
Executable File
10 lines
326 B
Bash
Executable File
#!/bin/bash
|
|
|
|
make
|
|
cp boot.dol boot/source/hbf.dol
|
|
make -C boot/
|
|
cp boot/boot.dol installer/wad/00000002.app
|
|
wine installer/WadMii.exe -input "Z:\home\chris\Projekte\homebrewfilter\installer\wad" -output "Z:\home\chris\Projekte\homebrewfilter\installer\data\install.wad"
|
|
make -C installer
|
|
cp installer/boot.dol HomebrewFilter/
|