diff --git a/src/NetSparkle.Tools.AppCastGenerator/AppCastMaker.cs b/src/NetSparkle.Tools.AppCastGenerator/AppCastMaker.cs
index fb631019..55aca280 100644
--- a/src/NetSparkle.Tools.AppCastGenerator/AppCastMaker.cs
+++ b/src/NetSparkle.Tools.AppCastGenerator/AppCastMaker.cs
@@ -442,7 +442,7 @@ public string GetPathToAppCastOutput(string desiredOutputDirectory, string sourc
///
///
/// items, product name
- public (List?, string?) LoadAppCastItemsAndProductName(string sourceBinaryDirectory, bool useExistingAppCastItems, string outputAppCastFileName, string singleFileToAddToAppCast)
+ public (List?, string?) LoadAppCastItemsAndProductName(string sourceBinaryDirectory, bool useExistingAppCastItems, string outputAppCastFileName, string? singleFileToAddToAppCast = null)
{
var items = new List();
var dirFileSearches = GetSearchExtensionsFromString(_opts.Extensions ?? "");