Revert "Allow build script to produce packages on non-windows OSes"

This reverts commit 45ab2b2409.
This commit is contained in:
Qstick 2022-04-29 19:59:57 -05:00
parent 45ab2b2409
commit 5ea623c5df
1 changed files with 1 additions and 4 deletions

View File

@ -206,10 +206,7 @@ PackageWindows()
local folder=$artifactsFolder/$runtime/$framework/Lidarr
PackageFiles "$folder" "$framework" "$runtime"
if [ "$os" = "windows" ]; then
cp -r $outputFolder/$framework-windows/$runtime/publish/* $folder
fi
cp -r $outputFolder/$framework-windows/$runtime/publish/* $folder
echo "Removing Lidarr.Mono"
rm -f $folder/Lidarr.Mono.*