Skip to content

Commit 613f0a0

Browse files
author
Cristian Giagante
committed
Changes PublishSingleFile default to false for NET5 compatibility
1 parent 30941df commit 613f0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElectronNET.CLI/Commands/BuildCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public Task<bool> ExecuteAsync()
113113
}
114114
else
115115
{
116-
publishSingleFile += "true";
116+
publishSingleFile += "false";
117117
}
118118

119119
var resultCode = ProcessHelper.CmdExecute($"dotnet publish -r {platformInfo.NetCorePublishRid} -c \"{configuration}\" --output \"{tempBinPath}\" {publishReadyToRun} {publishSingleFile} --self-contained", Directory.GetCurrentDirectory());

0 commit comments

Comments
 (0)