update build archives script

This commit is contained in:
Matteias Collet 2020-07-01 08:20:06 +02:00
parent 40a1b7794e
commit 337edeafb6

View file

@ -9,7 +9,7 @@ Write-Host "Packing archives...";
# Setup workspace # Setup workspace
New-Item -ItemType directory -Path "./tmp" > $null; New-Item -ItemType directory -Path "./tmp" > $null;
Copy-Item "./site/.vuepress/public/codes/*.xml" "./tmp/"; Copy-Item "./codes/*.xml" "./tmp/";
Set-Location "./tmp"; Set-Location "./tmp";
# Helper function to convert the XML files to the GCM txt format # Helper function to convert the XML files to the GCM txt format