|
213 | 213 | './win_build/Build/ARM64/Release/installer_setup.exe', |
214 | 214 | ] |
215 | 215 |
|
216 | | -wasm_client_list = [ |
217 | | - './client/boinc_client.wasm', |
218 | | - './client/boinc_client.js', |
219 | | - './client/boinc.html', |
220 | | - './samples/wasm/index.html', |
221 | | -] |
222 | | - |
223 | | -wasm_client_debug_folder_list = [ |
224 | | - 'lib/*.cpp', |
225 | | - 'lib/*.h', |
226 | | - 'client/*.cpp', |
227 | | - 'client/*.h', |
228 | | - 'client/boinc_client.html', |
229 | | - 'client/boinc_client.js', |
230 | | - 'client/boinc_client.wasm', |
231 | | -] |
232 | | - |
233 | 216 | macos_manager_list = [ |
234 | 217 | 'mac_build/build/Deployment/AddRemoveUser', |
235 | 218 | 'mac_build/build/Deployment/BOINC\ Installer.app', |
|
289 | 272 |
|
290 | 273 | logs_list = [ |
291 | 274 | 'config.log', |
292 | | - '3rdParty/wasm/vcpkg/buildtrees/*.log', |
293 | 275 | '3rdParty/linux/vcpkg/buildtrees/*.log', |
294 | 276 | '3rdParty/osx/vcpkg/buildtrees/*.log', |
295 | 277 | '3rdParty/android/vcpkg/buildtrees/*.log', |
@@ -362,12 +344,6 @@ def prepare_win_manager(target_directory): |
362 | 344 | def prepare_win_installer(target_directory): |
363 | 345 | prepare_7z_archive('win_installer', target_directory, windows_installer_list) |
364 | 346 |
|
365 | | -def prepare_wasm_client(target_directory): |
366 | | - prepare_7z_archive('wasm_client', target_directory, wasm_client_list) |
367 | | - |
368 | | -def prepare_wasm_client_debug(target_directory): |
369 | | - prepare_7z_archive('wasm_client-debug', target_directory, wasm_client_debug_folder_list) |
370 | | - |
371 | 347 | def prepare_macos_apps(target_directory): |
372 | 348 | prepare_7z_archive('macos_manager', target_directory, macos_manager_list) |
373 | 349 | prepare_7z_archive('macos_apps', target_directory, macos_apps_list) |
@@ -398,8 +374,6 @@ def prepare_logs(target_directory): |
398 | 374 | 'win_client': prepare_win_client, |
399 | 375 | 'win_manager': prepare_win_manager, |
400 | 376 | 'win_installer': prepare_win_installer, |
401 | | - 'wasm_client': prepare_wasm_client, |
402 | | - 'wasm_client-debug': prepare_wasm_client_debug, |
403 | 377 | 'macos_manager': prepare_macos_apps, |
404 | 378 | 'macos_samples-makefile': prepare_macos_makefile_apps, |
405 | 379 | 'logs': prepare_logs, |
|
0 commit comments