Skip to content

Commit

Permalink
Update NSIS version.
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed Jan 16, 2025
1 parent 043502b commit ea0dda7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
# From actions/runner-images:
# https://github.com/actions/runner-images/blob/main/images/win/scripts/Installers/Install-NSIS.ps1
$NsisVersion = '3.08'
$NsisVersion = '3.10'
Install-Binary -Url "https://downloads.sourceforge.net/project/nsis/NSIS%203/${NsisVersion}/nsis-${NsisVersion}-setup.exe" -Name "nsis-${NsisVersion}-setup.exe" -ArgumentList ('/S')
#OLD Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
#OLD scoop bucket add extras
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Thumbs.db
*.aps
*.bak
*.diff
*.exe
*.lib
*.pdb
*.user
Expand Down

0 comments on commit ea0dda7

Please sign in to comment.