Skip to content

Commit

Permalink
Renamed build_plugin.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed May 20, 2019
1 parent 1797761 commit b9d4669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/build_plugin.bat → build/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ call build_exe.bat
cd "../build"

:copyExe
xcopy ..\VBANDeck\bin\Release\netcoreapp2.2\win-x86\ .\de.kaleidox.vbandeck.sdPlugin\ /S /Y
rem del /s /q "..\VBANDeck\bin\Release\netcoreapp2.2\win-x86"
xcopy ..\VBANDeck\bin\Release\netcoreapp2.2\win-x86 .\de.kaleidox.vbandeck.sdPlugin\ /S /Y
del /s /q "..\VBANDeck\bin\Release\netcoreapp2.2\win-x86"

:craftPlugin
DistributionTool.exe de.kaleidox.vbandeck.sdPlugin .

:end
rem del /s /q "de.kaleidox.vbandeck.sdPlugin"
del /s /q "de.kaleidox.vbandeck.sdPlugin"
echo Done.

0 comments on commit b9d4669

Please sign in to comment.