DP-PatMe2Mqtt/release.bat

10 lines
207 B
Batchfile

@set src=.\PatMe2Mqtt\bin\x64\Release\PatMe2Mqtt
@set dst=O:\home\ade\wwwext\xiv\PatMe2Mqtt
dotnet build -c Release
rmdir /s /q %dst%
xcopy %src%\ %dst%\ /E
xcopy .\PatMe2Mqtt\images\icon.png %dst%\
pause