-
Notifications
You must be signed in to change notification settings - Fork 43
/
release_prep.bat
117 lines (113 loc) · 2.71 KB
/
release_prep.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@echo off
REM --------------------- Release Cleanup ---------------------
pushd GW2PAO\bin\x86\Release
xcopy de\GW2PAO.resources.dll Locale\de\ /Y
xcopy es\GW2PAO.resources.dll Locale\es\ /Y
xcopy fr\GW2PAO.resources.dll Locale\fr\ /Y
xcopy ru\GW2PAO.resources.dll Locale\ru\ /Y
rd /S /Q en
rd /S /Q it
rd /S /Q ja
rd /S /Q ko
rd /S /Q ru
rd /S /Q zh-Hans
rd /S /Q zh-Hant
rd /S /Q de
rd /S /Q es
rd /S /Q fr
rd /S /Q hu
rd /S /Q ro
rd /S /Q sv
rd /S /Q pt-BR
del /Q *.xml
del /Q *.pdb
del /Q BitFactory.dll
del /Q GW2NET.*
del /Q GW2PAO.*.dll
del /Q GwApiNET.dll
del /Q Hardcodet.Wpf.TaskbarNotification.dll
del /Q Intellibox.dll
del /Q Microsoft.Expression.*
del /Q Microsoft.Practices.*
del /Q Newtonsoft.Json.dll
del /Q NHotkey.*
del /Q NLog.dll
del /Q OxyPlot.*
del /Q RestSharp.dll
del /Q SLF.*
del /Q System.Windows.Interactivity.dll
del /Q TS3QueryLib.Core.Framework.dll
del /Q Xceed.Wpf.*
del /Q FileDb*
del /Q ImageFileCache.WPF.*
del /Q MapControl.WPF.*
del /Q FontAwesome.Sharp.*
del /Q *.vshost.*
del /Q Logs/*
del /Q UserData/*
popd
xcopy AnetCopyright.txt GW2PAO\bin\x86\Release\ /Y
xcopy LICENSE.txt GW2PAO\bin\x86\Release\ /Y
xcopy ThirdPartyLicenses.txt GW2PAO\bin\x86\Release\ /Y
xcopy Tasks GW2PAO\bin\x86\Release\Tasks\ /Y /S /E
REM --------------------- Release_NoBrowser ---------------------
pushd GW2PAO\bin\x86\Release_WithoutBrowser
xcopy de\GW2PAO.resources.dll Locale\de\ /Y
xcopy es\GW2PAO.resources.dll Locale\es\ /Y
xcopy fr\GW2PAO.resources.dll Locale\fr\ /Y
xcopy ru\GW2PAO.resources.dll Locale\ru\ /Y
rd /S /Q de
rd /S /Q en
rd /S /Q es
rd /S /Q fr
rd /S /Q it
rd /S /Q ja
rd /S /Q ko
rd /S /Q ru
rd /S /Q zh-Hans
rd /S /Q zh-Hant
rd /S /Q hu
rd /S /Q ro
rd /S /Q sv
rd /S /Q pt-BR
del /Q *.xml
del /Q *.pdb
del /Q BitFactory.dll
del /Q GW2NET.*
del /Q GW2PAO.*.dll
del /Q GwApiNET.dll
del /Q Hardcodet.Wpf.TaskbarNotification.dll
del /Q Intellibox.dll
del /Q Microsoft.Expression.*
del /Q Microsoft.Practices.*
del /Q Newtonsoft.Json.dll
del /Q NHotkey.*
del /Q NLog.dll
del /Q OxyPlot.*
del /Q RestSharp.dll
del /Q SLF.*
del /Q System.Windows.Interactivity.dll
del /Q TS3QueryLib.Core.Framework.dll
del /Q Xceed.Wpf.*
del /Q avcodec-53.dll
del /Q avformat-53.dll
del /Q avutil-51.dll
del /Q Awesomium*
del /Q icudt.dll
del /Q inspector.pak
del /Q libEGL.dll
del /Q libGLESv2.dll
del /Q xinput9_1_0.dll
del /Q pdf_js.pak
del /Q FileDb*
del /Q ImageFileCache.WPF.*
del /Q MapControl.WPF.*
del /Q FontAwesome.Sharp.*
del /Q *.vshost.*
del /Q Logs/*
del /Q UserData/*
popd
xcopy AnetCopyright.txt GW2PAO\bin\x86\Release_WithoutBrowser\ /Y
xcopy LICENSE.txt GW2PAO\bin\x86\Release_WithoutBrowser\ /Y
xcopy ThirdPartyLicenses.txt GW2PAO\bin\x86\Release_WithoutBrowser\ /Y
xcopy Tasks GW2PAO\bin\x86\Release_WithoutBrowser\Tasks\ /Y /S /E