From e5af9d91e9d8c5a790803f4c022a37ea9e7e5003 Mon Sep 17 00:00:00 2001 From: SoraYuki Date: Tue, 18 Feb 2025 22:45:41 +0800 Subject: [PATCH] disable installer --- .github/scripts/Package-Windows.ps1 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/scripts/Package-Windows.ps1 b/.github/scripts/Package-Windows.ps1 index 58fe125..d88c5bb 100644 --- a/.github/scripts/Package-Windows.ps1 +++ b/.github/scripts/Package-Windows.ps1 @@ -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