Replies: 2 comments
-
cc: @agocke around Win32 resources with the Windows apphost. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a long standing issue: #3828 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to change my windows
.ps
compilation script to a WSL.sh
script which compile multiple runtimes.When publishing to
win-x64
it produces a strange .exe, which will open a terminal and then execute the main app. Also the .exe lose it icon and remain with the default .exe icon.My publish command:
dotnet publish $buildProject -o "$publishRuntimeDir" -c $buildWith -r $runtime -p:PublishReadyToRun=true --self-contained
Is this a limitation on Linux and windows release must be strict published under windows?
Beta Was this translation helpful? Give feedback.
All reactions