Update create_windows64_installer.ps1

This commit is contained in:
Filipe PINTO 2025-09-22 18:33:24 +02:00 committed by GitHub
parent 8805b20412
commit 7d22b60ae4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ if (Get-Command makensis -ErrorAction SilentlyContinue) {
choco install --confirm --no-progress nsis
Move-Item "C:\Program Files (x86)\NSIS" "C:\NSIS"
$env:Path = 'C:\NSIS\Bin' + ";" + "$env:Path"
makensis.exe /VERSION
}
$nsis_dir=(Get-Command makensis).path | Split-Path -Parent
Expand-Archive -Path "$PSScriptRoot\..\..\bin\windows\EnVar_plugin.zip" -DestinationPath "$nsis_dir" -Force -Verbose