Files
CMake/.gitlab/ci/innosetup-env.ps1
T

5 lines
174 B
PowerShell
Executable File

$pwdpath = $pwd.Path
& "$pwsh" -File ".gitlab/ci/innosetup.ps1"
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\innosetup;$env:PATH"
ISCC 2>$null | Select -First 1