Skip to content

Commit 4f97469

Browse files
author
LocalIdentity
committed
Remove NSIS version check
1 parent 66bb218 commit 4f97469

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/installer.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
run: |
2020
choco install nsis --yes
2121
echo "C:\Program Files (x86)\NSIS" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
22-
- name: Check NSIS
23-
run: makensis /VERSION
2422
- name: Create installer
2523
run: 'python3 make_release.py --game-version 2'
2624
- name: Upload artifact

0 commit comments

Comments
 (0)