Skip to content

Commit 723b303

Browse files
committed
Update prep-package.cmd
Have it copy the license, notice, readme, and contributing into the Assets dir as well.
1 parent f65dd60 commit 723b303

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

prep-package.cmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ mkdir OSVR-Unity-Dist
44

55
rem the -F 0x4 is to turn off smartypants.
66
third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o README.html OSVR-Unity/README.md
7+
xcopy README.html OSVR-Unity\Assets\OSVRUnity /Y
78
move README.html OSVR-Unity-Dist\
89
third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o CONTRIBUTING.html CONTRIBUTING.md
10+
xcopy CONTRIBUTING.html OSVR-Unity\Assets\OSVRUnity /Y
911
move CONTRIBUTING.html OSVR-Unity-Dist\
1012

1113

1214
rem Copy the license and the notice
1315
xcopy LICENSE OSVR-Unity-Dist /Y
14-
xcopy NOTICE OSVR-Unity-Dist /Y
16+
xcopy LICENSE OSVR-Unity\Assets\OSVRUnity /Y
17+
xcopy NOTICE OSVR-Unity-Dist /Y
18+
xcopy NOTICE OSVR-Unity\Assets\OSVRUnity /Y

0 commit comments

Comments
 (0)