1
0
mirror of https://github.com/nsnail/dot.git synced 2025-04-18 03:12:50 +08:00
dot/build.ps1
nsnail de264e58a0
1.1.0 ()
* <feat> 多语言支持
* <feat> text tool 只读模式
2022-12-01 17:26:37 +08:00

3 lines
129 B
PowerShell

dotnet build
dotnet publish -c Release -r win-x64 --sc -p:"PublishSingleFile=true" -o ./build/win-x64
Remove-Item -r ./build/temp