Files
SharpIDE/local-publish.bat
2025-08-03 01:00:21 +10:00

3 lines
87 B
Batchfile

@echo on
dotnet publish ./src/SharpIDE.Photino/SharpIDE.Photino.csproj -c Release
pause