NetCore打包工具

1、安装打包工具
dotnet tool install --global dotnet-warp
2、在项目目录下运行
dotnet-warp
3、运行editbin设置为windows模式(在命令提示行下运行)
editbin /subsystem:windows .\yourapp.exe

4、发布到publish目录方法,直接在项目目录下执行

dotnet publish -c Release -r win10-x64 

https://github.com/dgiagio/warp
https://github.com/dgiagio/warp/releases/tag/v0.3.0

.\warp-packer.exe --arch windows-x64 --input_dir C:\Users\zgj\AppData\Local\warp\packages\yourappname.exe --exec yourappname.exe --output ../yourappname.exe
posted @ 2023-02-20 09:52  zhaogaojian  阅读(111)  评论(0编辑  收藏  举报