Changeset - r23293:b6845646aa47
[Not reviewed]
master
0 1 0
glx - 5 years ago 2019-02-09 14:45:54
glx@openttd.org
Update: [AzurePipelines] NSIS is now part of the Hosted image
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
azure-pipelines/templates/windows-dependency-nsis.yml
Show inline comments
 
@@ -4,8 +4,6 @@ parameters:
 
steps:
 
- bash: |
 
    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
 
    curl -L https://devs.openttd.org/~truebrain/nsis-plugins/Nsis7z.zip > Nsis7z.zip
0 comments (0 inline, 0 general)