V29 Release to resolve ARMS uploader issues.

This commit is contained in:
Patrick Fic
2022-02-08 14:31:39 -08:00
parent 9c126b3c97
commit b83599b793
4 changed files with 7 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ function v2 {
# Post request to the partner to trigger the export.
Invoke-WebRequest -Uri http://localhost:1337/arms/rodata/ -Method POST
#Start the Arms Uploader.
#Start-Process -FilePath "C:\ImEX\Applications\ARMSUploader\ROUpload.exe"
Start-Process -FilePath "C:\ImEX\Applications\ARMSUploader\ROUpload.exe"
}
function v1 {