Files
Hua.Todo/publish.ps1
T
2025-12-30 10:29:28 +08:00

2 lines
213 B
PowerShell

dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true -o bin\PublishSingleFile
dotnet new wpf -n TodoList.Installer -o TodoList.Installer