DP-PatMe2Mqtt/release.bat

10 lines
231 B
Batchfile
Raw Normal View History

2023-05-26 15:26:16 +02:00
@set src=D:\Repos\ffxiv\PatMe2Mqtt\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