mirror of
https://github.com/transmission/transmission
synced 2025-02-14 10:24:42 +00:00
Switch to Strawberry Perl for AppVeyor Windows builds (#2763)
This commit is contained in:
parent
749bb591fb
commit
065cf1146f
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ for:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
choco install python3 --pre
|
choco install python3 --pre
|
||||||
choco install ActivePerl
|
|
||||||
choco install nasm
|
choco install nasm
|
||||||
choco install jom
|
choco install jom
|
||||||
choco install wixtoolset --version 3.11.2
|
choco install wixtoolset --version 3.11.2
|
||||||
|
@ -52,7 +51,7 @@ for:
|
||||||
build_script:
|
build_script:
|
||||||
- pwsh: |
|
- pwsh: |
|
||||||
$Env:PATH = @(
|
$Env:PATH = @(
|
||||||
(Join-Path $Env:SystemDrive Perl64 bin)
|
(Join-Path $Env:SystemDrive Strawberry perl bin)
|
||||||
(Join-Path $Env:ProgramFiles NASM)
|
(Join-Path $Env:ProgramFiles NASM)
|
||||||
(Join-Path ${Env:ProgramFiles(x86)} 'WiX Toolset v3.11' bin)
|
(Join-Path ${Env:ProgramFiles(x86)} 'WiX Toolset v3.11' bin)
|
||||||
$Env:PATH
|
$Env:PATH
|
||||||
|
|
Loading…
Reference in a new issue