-
Notifications
You must be signed in to change notification settings - Fork 5
/
release.bat
86 lines (68 loc) · 2.2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
copy ".\source\resources\inis\*.ini" ".\bin\" /Y
for %%x in (
GTAIV.XboxRainDroplets
Mafia.XboxRainDroplets
NFSCarbon.XboxRainDroplets
NFSMostWanted.XboxRainDroplets
NFSUnderground2.XboxRainDroplets
Scarface.XboxRainDroplets
Manhunt.XboxRainDroplets
MaxPayne.XboxRainDroplets
MaxPayne2.XboxRainDroplets
MaxPayne3.XboxRainDroplets
Driv3r.XboxRainDroplets
DriverParallelLines.XboxRainDroplets
SplinterCellBlacklist.XboxRainDroplets
GTASADE.XboxRainDroplets
GTAVCDE.XboxRainDroplets
GTA3DE.XboxRainDroplets
) do (
7za a -tzip ".\bin\%%x.zip" ".\bin\%%x.asi" ".\bin\%%x.ini"
)
for %%x in (
XboxRainDropletsWrapper
) do (
7za a -tzip ".\bin\%%x.zip" ".\bin\%%x.asi" ".\bin\%%x.ini" ".\bin\version.dll"
)
for %%x in (
XboxRainDropletsWrapper64
) do (
7za a -tzip ".\bin\%%x.zip" ".\bin\%%x.asi" ".\bin\%%x.ini" ".\bin\dinput8.dll"
)
for %%x in (
PPSSPP.XboxRainDroplets
) do (
7za a -tzip ".\bin\%%x.zip" ".\bin\%%x.asi" ".\bin\%%x.ini" ".\bin\version.dll" ".\bin\memstick"
)
for %%x in (
PPSSPP.XboxRainDroplets64
) do (
7za a -tzip ".\bin\%%x.zip" ".\bin\%%x.asi" ".\bin\%%x.ini" ".\bin\dinput8.dll" ".\bin\memstick"
)
for %%x in (
PCSX2F.XboxRainDroplets64
) do (
7za a -tzip ".\bin\%%x.zip" ".\bin\%%x.asi" ".\bin\%%x.ini" ".\bin\PLUGINS"
)
EXIT
7-Zip Extra
~~~~~~~~~~~
License for use and distribution
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Copyright (C) 1999-2016 Igor Pavlov.
7-Zip Extra files are under the GNU LGPL license.
Notes:
You can use 7-Zip Extra on any computer, including a computer in a commercial
organization. You don't need to register or pay for 7-Zip.
GNU LGPL information
--------------------
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You can receive a copy of the GNU Lesser General Public License from
http://www.gnu.org/