Skip to content

Commit

Permalink
Update Download.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZengXiaoPi authored Nov 18, 2023
1 parent 9b014e6 commit 8fb064d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Download.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
param(
[string]$Authorization,
[string]$Server-Authorization
[string]$ServerAuthorization
)
Set-Location "LocalizeLimbusCompany/Localize"

Expand All @@ -24,7 +24,7 @@ Expand-Archive -Path "test.zip" -DestinationPath "." -Force
Start-Process "lib/LLC_To_Paratranz.exe" -Wait

$upload_headers = @{
"Authorization" = "$Server-Authorization"
"Authorization" = "$ServerAuthorization"
}
Invoke-RestMethod -Uri "http://45.158.169.136:4512/upload" -Method POST -InFile "./LocalizeLimbusCompany/Release/LimbusLocalize_BIE_Dev.7z" -Headers $upload_headers

Expand Down

0 comments on commit 8fb064d

Please sign in to comment.