esa-nodecg/streamdeck-plugin/compile.bat
2024-03-13 11:26:46 +01:00

6 lines
192 B
Batchfile

@echo off
if not exist Release\ mkdir Release
del Release\com.esamarathon.streamdeck.streamDeckPlugin >nul 2>&1
DistributionTool.exe -b -i com.esamarathon.streamdeck.sdPlugin -o Release
pause