mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 10:09:21 +01:00
distribute scripts
This commit is contained in:
parent
3aaaf91ac3
commit
c08ff4f916
9
distribute
Executable file
9
distribute
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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/
|
Loading…
Reference in New Issue
Block a user