mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
Update: [AzurePipelines] NSIS is now part of the Hosted image
This commit is contained in:
parent
b7ed49af33
commit
8c0bfb4637
@ -4,8 +4,6 @@ parameters:
|
|||||||
steps:
|
steps:
|
||||||
- bash: |
|
- bash: |
|
||||||
set -ex
|
set -ex
|
||||||
# NSIS will be part of the Hosted image in the next update. Till then, we install it ourself
|
|
||||||
choco install nsis -y
|
|
||||||
|
|
||||||
mkdir nsis-plugin; cd nsis-plugin
|
mkdir nsis-plugin; cd nsis-plugin
|
||||||
curl -L https://devs.openttd.org/~truebrain/nsis-plugins/Nsis7z.zip > Nsis7z.zip
|
curl -L https://devs.openttd.org/~truebrain/nsis-plugins/Nsis7z.zip > Nsis7z.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user