mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 23:15:25 +00:00
Changes PublishSingleFile default to false for NET5 compatibility
This commit is contained in:
@@ -113,7 +113,7 @@ namespace ElectronNET.CLI.Commands
|
||||
}
|
||||
else
|
||||
{
|
||||
publishSingleFile += "true";
|
||||
publishSingleFile += "false";
|
||||
}
|
||||
|
||||
var resultCode = ProcessHelper.CmdExecute($"dotnet publish -r {platformInfo.NetCorePublishRid} -c \"{configuration}\" --output \"{tempBinPath}\" {publishReadyToRun} {publishSingleFile} --self-contained", Directory.GetCurrentDirectory());
|
||||
|
||||
Reference in New Issue
Block a user