Skip to content

Commit

Permalink
disable installer
Browse files Browse the repository at this point in the history
  • Loading branch information
sorayuki committed Feb 18, 2025
1 parent 198ff7e commit e5af9d9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/scripts/Package-Windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@ function Package {
}
Compress-Archive -Force @CompressArgs
Log-Group

$NsiFile = "${ProjectRoot}/installer.nsi"
Log-Information 'Creating NSIS installer...'

Push-Location -Stack BuildTemp
Ensure-Location -Path "${ProjectRoot}/release"
Invoke-External "makensis.exe" ${NsiFile}
Copy-Item -Path "${ProjectRoot}/obs-multi-rtmp-setup.exe" -Destination "${OutputName}-Installer.exe"
Pop-Location -Stack BuildTemp

Log-Group
}

Package

0 comments on commit e5af9d9

Please sign in to comment.