Skip to content

Commit

Permalink
Merge in 'release/8.0.1xx-rc1' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Sep 5, 2023
2 parents 6c278c1 + 079a3a4 commit 113ba90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cli/dotnet/ShellShim/AppHostShimMaker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public void CreateApphostShellShim(FilePath entryPoint, FilePath shimPath)
appHostDestinationFilePath: appHostDestinationFilePath,
appBinaryFilePath: appBinaryFilePath,
windowsGraphicalUserInterface: (windowsGraphicalUserInterfaceBit == WindowsGUISubsystem) && OperatingSystem.IsWindows(),
assemblyToCopyResourcesFrom: entryPointFullPath);
assemblyToCopyResourcesFrom: entryPointFullPath,
enableMacOSCodeSign: OperatingSystem.IsMacOS());
}
else
{
Expand Down

0 comments on commit 113ba90

Please sign in to comment.