Skip to content

Commit

Permalink
Removed miniavc.dll copy line from batchfile
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Sep 9, 2021
1 parent 2e44110 commit 86eebcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildRelease.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ rem Copy files to GameData locations

copy /Y "%1%2" "%GAMEDATA%\%GAMEDIR%\Plugins"
copy /Y %VERSIONFILE% %GAMEDATA%\%GAMEDIR%
copy /Y ..\MiniAVC.dll %GAMEDATA%\%GAMEDIR%

if "%LICENSE%" NEQ "" copy /y %LICENSE% %GAMEDATA%\%GAMEDIR%
if "%README%" NEQ "" copy /Y %README% %GAMEDATA%\%GAMEDIR%
Expand Down

0 comments on commit 86eebcd

Please sign in to comment.