Q-Dir filename changed
This commit is contained in:
parent
9ddfaab8bc
commit
c18d86d8c5
1 changed files with 1 additions and 0 deletions
|
|
@ -451,6 +451,7 @@ if ($MyInvocation.InvocationName -ne ".") {
|
||||||
"x", "$Temp\qdir64.zip", "-o$Build\bin\amd64",
|
"x", "$Temp\qdir64.zip", "-o$Build\bin\amd64",
|
||||||
"-aoa", "-bso0", "-bse0", "-bsp0")
|
"-aoa", "-bso0", "-bse0", "-bsp0")
|
||||||
Start-Process -FilePath $SevenZip -ArgumentList $ArgumentList -NoNewWindow -Wait
|
Start-Process -FilePath $SevenZip -ArgumentList $ArgumentList -NoNewWindow -Wait
|
||||||
|
Move-Item "$Build\bin\amd64\Q-Dir\Q-Dir_x64.exe" "$Build\bin\amd64\Q-Dir\Q-Dir.exe" -Force
|
||||||
$ArgumentList = @(
|
$ArgumentList = @(
|
||||||
"x", "$Temp\qdir32.zip", "-o$Build\bin\x86",
|
"x", "$Temp\qdir32.zip", "-o$Build\bin\x86",
|
||||||
"-aoa", "-bso0", "-bse0", "-bsp0")
|
"-aoa", "-bso0", "-bse0", "-bsp0")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue