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 7272 (cd RhythmGameUtilities && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/{} \;)
7373 (cd RhythmGameUtilities.Tests && find . -type f -name "*.cs" -not -path '*/obj/*' -not -path '*/bin/*' -exec cp {} ../UnityPackage/Editor/Tests/{} \;)
7474 cp LICENSE ./UnityPackage/
75+ cp README.md ./RhythmGameUtilities/
7576 cp README.md ./UnityPackage/
7677 cp screenshot.png ./UnityPackage/
7778
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ copy: ## Copy files from project to UnityPackage
1818 (cd RhythmGameUtilities && find . -type f -name " *.cs" -not -path ' */obj/*' -not -path ' */bin/*' -exec cp {} ../UnityPackage/{} \; )
1919 (cd RhythmGameUtilities.Tests && find . -type f -name " *.cs" -not -path ' */obj/*' -not -path ' */bin/*' -exec cp {} ../UnityPackage/Editor/Tests/{} \; )
2020 cp LICENSE ./UnityPackage/
21+ cp README.md ./RhythmGameUtilities/
2122 cp README.md ./UnityPackage/
2223 cp screenshot.png ./UnityPackage/
2324
You can’t perform that action at this time.
0 commit comments