Skip to content

Commit

Permalink
Merge pull request #38 from sidrus/fix/ckan-integration
Browse files Browse the repository at this point in the history
fix: removing miniavc due to deprecation.
  • Loading branch information
sidrus authored Apr 3, 2020
2 parents 97edce8 + 2d94413 commit 2a90a28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Telemachus/AfterBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ xcopy "%2Servers.dll" "%1..\publish\GameData\Telemachus\Plugins\" /e /y /i /r
xcopy "%2Telemachus.dll" "%1..\publish\GameData\Telemachus\Plugins\" /e /y /i /r
xcopy "%2websocket-sharp.dll" "%1..\publish\GameData\Telemachus\Plugins\" /e /y /i /r

xcopy "%1..\dependencies\MiniAVC.dll" "%1..\publish\GameData\Telemachus\" /y /i /r
xcopy "%1..\TelemachusReborn.version" "%1..\publish\GameData\Telemachus\" /y /i /r

xcopy "%1..\Parts\*" "%1..\publish\GameData\Telemachus\Parts\" /e /y /i /r
Expand Down
1 change: 0 additions & 1 deletion Telemachus/AfterBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ mkdir -p "$ProjectDir/../publish/GameData/Telemachus/Plugins/PluginData/Telemach
cp "$TargetDir/Telemachus.dll" "$ProjectDir/../publish/GameData/Telemachus/Plugins/"
cp "$TargetDir/websocket-sharp.dll" "$ProjectDir/../publish/GameData/Telemachus/Plugins/"

cp "$ProjectDir/../dependencies/MiniAVC.dll" "$ProjectDir/../publish/GameData/Telemachus/"
cp "$ProjectDir/../TelemachusReborn.version" "$ProjectDir/../publish/GameData/Telemachus/"

cp -ra "$ProjectDir/../Parts/." "$ProjectDir/../publish/GameData/Telemachus/Parts/"
Expand Down
Binary file removed dependencies/MiniAVC.dll
Binary file not shown.

0 comments on commit 2a90a28

Please sign in to comment.