mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
Revert "Allow build script to produce packages on non-windows OSes"
This reverts commit 45ab2b2409
.
This commit is contained in:
parent
45ab2b2409
commit
5ea623c5df
1 changed files with 1 additions and 4 deletions
5
build.sh
5
build.sh
|
@ -206,10 +206,7 @@ PackageWindows()
|
||||||
local folder=$artifactsFolder/$runtime/$framework/Lidarr
|
local folder=$artifactsFolder/$runtime/$framework/Lidarr
|
||||||
|
|
||||||
PackageFiles "$folder" "$framework" "$runtime"
|
PackageFiles "$folder" "$framework" "$runtime"
|
||||||
|
cp -r $outputFolder/$framework-windows/$runtime/publish/* $folder
|
||||||
if [ "$os" = "windows" ]; then
|
|
||||||
cp -r $outputFolder/$framework-windows/$runtime/publish/* $folder
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Removing Lidarr.Mono"
|
echo "Removing Lidarr.Mono"
|
||||||
rm -f $folder/Lidarr.Mono.*
|
rm -f $folder/Lidarr.Mono.*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue