Slight change in packaging code (use a shared download script).

This commit is contained in:
Tadas Baltrusaitis
2018-10-06 12:18:37 +01:00
parent 9c2e5d6cba
commit 10c9ae2d4d
2 changed files with 2 additions and 14 deletions

View File

@@ -1,12 +0,0 @@
$source = "https://www.dropbox.com/s/7na5qsjzz8yfoer/cen_patches_0.25_of.dat?dl=1"
$destination = "model/patch_experts/cen_patches_0.25_of.dat"
Invoke-WebRequest $source -OutFile $destination
$source = "https://www.dropbox.com/s/k7bj804cyiu474t/cen_patches_0.35_of.dat?dl=1"
$destination = "model/patch_experts/cen_patches_0.35_of.dat"
Invoke-WebRequest $source -OutFile $destination
$source = "https://www.dropbox.com/s/ixt4vkbmxgab1iu/cen_patches_0.50_of.dat?dl=1"
$destination = "model/patch_experts/cen_patches_0.50_of.dat"
Invoke-WebRequest $source -OutFile $destination
$source = "https://www.dropbox.com/s/2t5t1sdpshzfhpj/cen_patches_1.00_of.dat?dl=1"
$destination = "model/patch_experts/cen_patches_1.00_of.dat"
Invoke-WebRequest $source -OutFile $destination

View File

@@ -21,9 +21,9 @@ copyfile([in_x64, 'model'], [out_x64, '/model'])
copyfile('readme.txt', out_x86);
copyfile('download_models.ps1', out_x86);
copyfile('../../download_models.ps1', out_x86);
copyfile('readme.txt', out_x64);
copyfile('download_models.ps1', out_x64);
copyfile('../../download_models.ps1', out_x64);
%% Copy libraries
libs_x86 = dir([in_x86, '*.lib'])';