-
Notifications
You must be signed in to change notification settings - Fork 1
/
go_addon.bat
16 lines (16 loc) · 993 Bytes
/
go_addon.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@echo off
if not exist go_addon md go_addon
cd go_addon
md pkg\sce_sys\package
md pkg\sce_sys\livearea\contents
cd pkg
wget -q --show-progress http://henkaku.xyz/go/pkg/eboot.bin
wget -q --show-progress -O sce_sys\param.sfo http://henkaku.xyz/go/pkg/sce_sys/param.sfo
wget -q --show-progress -O sce_sys\icon0.png http://henkaku.xyz/go/pkg/sce_sys/icon0.png
wget -q --show-progress -O sce_sys\package\head.bin http://henkaku.xyz/go/pkg/sce_sys/package/head.bin
wget -q --show-progress -O sce_sys\livearea\contents\bg.png http://henkaku.xyz/go/pkg/sce_sys/livearea/contents/bg.png
wget -q --show-progress -O sce_sys\livearea\contents\install_button.png http://henkaku.xyz/go/pkg/sce_sys/livearea/contents/install_button.png
wget -q --show-progress -O sce_sys\livearea\contents\startup.png http://henkaku.xyz/go/pkg/sce_sys/livearea/contents/startup.png
wget -q --show-progress -O sce_sys\livearea\contents\template.xml http://henkaku.xyz/go/pkg/sce_sys/livearea/contents/template.xml
cd ..
cd ..