dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 92 forks source link

warp-packer for wpf (.net core 3.0) show always `cmd windows` #33

Closed Jamlee closed 5 years ago

Jamlee commented 5 years ago

when i package the wpf , it is show a cmd forever, how could i disable it ?

image

dgiagio commented 5 years ago

Warp doesn't have the functionality built-in to disable the CMD window, but take a look at a workaround here: https://github.com/dgiagio/warp/issues/31

Jamlee commented 5 years ago

it is work for me, my program is named single.exe

editbin /subsystem:windows single.exe

thanks