forked from meganz/MEGAsync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgather_built_products.cmd
25 lines (18 loc) · 1001 Bytes
/
gather_built_products.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
mkdir built32
mkdir built64
mkdir sign32
mkdir sign64
copy build-x64-windows-mega\Release\*.dll built64
copy build-x64-windows-mega\Release\*.exe built64
copy build-x64-windows-mega\Release\*.pdb built64
copy build-x86-windows-mega\Release\*.dll built32
copy build-x86-windows-mega\Release\*.exe built32
copy build-x86-windows-mega\Release\*.pdb built32
copy build-x64-windows-mega\Release\MEGAsync.exe sign64
copy build-x64-windows-mega\Release\MEGAupdater.exe sign64
copy build-x64-windows-mega\Release\MEGAShellExt.dll sign64
copy build-x86-windows-mega\Release\MEGAsync.exe sign32
copy build-x86-windows-mega\Release\MEGAupdater.exe sign32
copy build-x86-windows-mega\Release\MEGAShellExt.dll sign32
copy C:\Users\build\MEGA\build-MEGAsync\3rdParty_MSVC2019_20221029\3rdparty_desktop\vcpkg\installed\x64-windows-mega\bin_dlls_signed\*.* built64
copy C:\Users\build\MEGA\build-MEGAsync\3rdParty_MSVC2019_20221029\3rdparty_desktop\vcpkg\installed\x86-windows-mega\bin_dlls_signed\*.* built32