Skip to content

Commit

Permalink
Issue #28 Store Plugins in "Slash Framework" subfolder in Unity package
Browse files Browse the repository at this point in the history
  • Loading branch information
coeing committed Mar 26, 2017
1 parent d91d7eb commit 5413b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Build/BuildUnityPackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DEL /Q "..\..\Bin\Slash.Unity.Common\AnyCPU\%CONFIG%\Slash.Unity.Common.*"
DEL /Q "..\..\Bin\Slash.Unity.Editor.Common\AnyCPU\%CONFIG%\Slash.Unity.Editor.Common.*"

REM Copy dlls from Unity.Common
perl BuildUnityPackage.pl "../../Bin/Slash.Unity.Common/AnyCPU/%CONFIG%" "Slash.Framework/Assets/Plugins"
perl BuildUnityPackage.pl "../../Bin/Slash.Unity.Common/AnyCPU/%CONFIG%" "Slash.Framework/Assets/Slash Framework/Plugins"

REM Copy non-DLL files
xcopy /h /s /i /y "../../Source/Slash.Unity.Common/Source" "Slash.Framework/Assets/Slash Framework/Slash.Unity.Common"
Expand Down

0 comments on commit 5413b11

Please sign in to comment.