forked from FlagBrew/PKSM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Release.bat
50 lines (36 loc) · 1.93 KB
/
Release.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
make -j install
@rename Makefile PKSM.Makefile
@rename PKSV.Makefile Makefile
make -j install
@rename MakeFile PKSV.Makefile
@rename RosalinaPKSM.Makefile Makefile
make -j
@rename MakeFile RosalinaPKSM.Makefile
@rename RosalinaPKSV.Makefile Makefile
make -j
@rename MakeFile RosalinaPKSV.Makefile
@rename PKSM.Makefile Makefile
@rd release /s /q
@mkdir release\standard\PKSM\3ds\PKSM release\standard\PKSV\3ds\PKSV release\rosalina\3ds\PKSM release\rosalina\3ds\PKSV release\servepkx\java release\servepkx\python release\servepkx\webbrowser release\extrastorage\badsectors release\extrastorage\phbank2pksm
@copy output\PKSM\3ds-arm\PKSM.cia release\standard\PKSM
@copy output\PKSM\3ds-arm\3ds\PKSM\PKSM.3dsx release\standard\PKSM\3ds\PKSM
@echo ^<targets selectable="true"^>^</targets^> > release\standard\PKSM\3ds\PKSM\PKSM.xml
@copy output\PKSV\3ds-arm\PKSV.cia release\standard\PKSV
@copy output\PKSV\3ds-arm\3ds\PKSV\PKSV.3dsx release\standard\PKSV\3ds\PKSV
@echo ^<targets selectable="true"^>^</targets^> > release\standard\PKSV\3ds\PKSV\PKSV.xml
@copy output\rosalina\PKSV\3ds-arm\3ds\PKSV\PKSV.3dsx release\rosalina\3ds\PKSV
@copy output\rosalina\PKSM\3ds-arm\3ds\PKSM\PKSM.3dsx release\rosalina\3ds\PKSM
@copy servepkx\java\servepkx.jar release\servepkx\java
@copy servepkx\java\README.md release\servepkx\java
@copy servepkx\python\servepkx.py release\servepkx\python
@copy servepkx\python\README.md release\servepkx\python
@copy extrastorage\badsectors\badsectors.3dsx release\extrastorage\badsectors
@copy extrastorage\phbank2pksm\index.html release\extrastorage\phbank2pksm
@copy extrastorage\phbank2pksm\style.css release\extrastorage\phbank2pksm
@copy extrastorage\phbank2pksm\README.md release\extrastorage\phbank2pksm
@copy servepkx\webbrowser\index.html release\servepkx\webbrowser
@copy servepkx\webbrowser\style.css release\servepkx\webbrowser
@copy servepkx\webbrowser\README.md release\servepkx\webbrowser
@cd release
@zip -r PKSM.zip .
@cd ..\