File tree Expand file tree Collapse file tree 3 files changed +992
-0
lines changed Expand file tree Collapse file tree 3 files changed +992
-0
lines changed Original file line number Diff line number Diff line change 72
72
(cd RhythmGameUtilities && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/{} \;)
73
73
(cd RhythmGameUtilities.Tests && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/Editor/Tests/{} \;)
74
74
cp LICENSE ./UnityPackage/
75
+ cp README.md ./RhythmGameUtilities/
75
76
cp README.md ./UnityPackage/
76
77
cp screenshot.png ./UnityPackage/
77
78
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ copy: ## Copy files from project to UnityPackage
18
18
(cd RhythmGameUtilities && find . -type f -name " *.cs" -not -path ' */obj/*' -not -path ' */bin/*' -exec cp {} ../UnityPackage/{} \; )
19
19
(cd RhythmGameUtilities.Tests && find . -type f -name " *.cs" -not -path ' */obj/*' -not -path ' */bin/*' -exec cp {} ../UnityPackage/Editor/Tests/{} \; )
20
20
cp LICENSE ./UnityPackage/
21
+ cp README.md ./RhythmGameUtilities/
21
22
cp README.md ./UnityPackage/
22
23
cp screenshot.png ./UnityPackage/
23
24
You can’t perform that action at this time.
0 commit comments