diff --git a/Jellyfin.Server/Jellyfin.Server.csproj b/Jellyfin.Server/Jellyfin.Server.csproj index b945fad0..e70cc593 100644 --- a/Jellyfin.Server/Jellyfin.Server.csproj +++ b/Jellyfin.Server/Jellyfin.Server.csproj @@ -74,7 +74,7 @@ - + diff --git a/rebuild-solution.sh b/rebuild-solution.sh index 41629db4..8d30f510 100644 --- a/rebuild-solution.sh +++ b/rebuild-solution.sh @@ -41,7 +41,7 @@ echo "Latest changes fetched successfully." echo "Building and publishing the .NET project..." # Restore, build, and publish the .NET project -dotnet restore "$SOLUTION_FILE" +dotnet restore "$SOLUTION_FILE" -r linux-x64 dotnet build "$SOLUTION_FILE" --configuration Release --no-restore dotnet publish "$SOLUTION_FILE" --configuration Release --no-build --self-contained true -r linux-x64 --output "$PUBLISH_DIR"