-
Notifications
You must be signed in to change notification settings - Fork 0
/
5 Portable Package.cmd
47 lines (34 loc) · 2.15 KB
/
5 Portable Package.cmd
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
del "Output\Peernet Browser.zip"
del "Output\Packages\ByteViewer.zip"
del "Output\Packages\ImageViewer.zip"
del "Output\Packages\MediaPlayer.zip"
del "Output\Packages\TextViewer.zip"
REM Peernet Browser.zip
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip -r -ep1 "Output\Peernet Browser.zip" "Files Release\*"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip -ep1 "Output\Peernet Browser.zip" "Files Static\Peernet Browser.dll.config"
cd "Files Static"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\Output\Peernet Browser.zip" "data\GeoLite2-City.mmdb"
REM Plugin Update Packages
cd "plugins\ByteViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\..\Output\Packages\ByteViewer.zip" "info.ini"
cd "..\ImageViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\..\Output\Packages\ImageViewer.zip" "info.ini"
cd "..\MediaPlayer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\..\Output\Packages\MediaPlayer.zip" "info.ini"
cd "..\TextViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\..\Output\Packages\TextViewer.zip" "info.ini"
cd "..\ExcelViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\..\Output\Packages\ExcelViewer.zip" "info.ini"
cd "..\PDFViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\..\Output\Packages\PDFViewer.zip" "info.ini"
cd "..\WordViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\..\Output\Packages\WordViewer.zip" "info.ini"
cd "..\..\..\Files Release\Plugins"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\Output\Packages\ByteViewer.zip" "ByteViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\Output\Packages\ImageViewer.zip" "ImageViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\Output\Packages\MediaPlayer.zip" "MediaPlayer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\Output\Packages\TextViewer.zip" "TextViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\Output\Packages\ExcelViewer.zip" "ExcelViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\Output\Packages\PDFViewer.zip" "PDFViewer"
"C:\Program Files\WinRAR\WinRAR.exe" a -afzip "..\..\Output\Packages\WordViewer.zip" "WordViewer"
PAUSE