Skip to content

Commit

Permalink
Fix wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 authored Dec 8, 2024
1 parent 387eb4b commit 223abb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ steps:
inputs:
targetType: 'inline'
script: |
Invoke-WebRequest -Uri $env:LOVELUAZIP -OutFile lovelua.zip
Invoke-WebRequest -Uri $env:LOVELUAURL -OutFile lovelua.zip
Expand-Archive -Path lovelua.zip -DestinationPath lovelua
Copy-Item -Path lovelua/love-11.3-win32/lua51.dll -Destination love-raw/love-11.5-win32/lua51.dll -Force
# Copy cached unpacked LÖVE, fix it up if needed
Expand Down

0 comments on commit 223abb1

Please sign in to comment.